G
Guest
I want to display a calculated field in a form from a subform. The subform
may or may not have data. I have it working so that if there is data in the
subform it works great. If there is no data I get an Error# message.
=IIf([Forms]![TankBasics]![zzzTankBasics_History]!Location_ID Is
Null,0,[Forms]![TankBasics]![zzzTankBasics_History]!Location_Overall_Total)
Any ideas?
Thanks.
may or may not have data. I have it working so that if there is data in the
subform it works great. If there is no data I get an Error# message.
=IIf([Forms]![TankBasics]![zzzTankBasics_History]!Location_ID Is
Null,0,[Forms]![TankBasics]![zzzTankBasics_History]!Location_Overall_Total)
Any ideas?
Thanks.