M
magmike
I have a text box on a subform, that I am using an IIf statement in,
so that if the field ([IUSA]) on the parent form Is Null, returns "No
data for this record", else returns "IUSA Data" as a caption.
The code:
=IIf([Form].[ProspectForm].[IUSA] Is Null,"RefUSA record not
connected","RefUSA Data")
Am I referring to the field on the parent form (ProspectForm)
incorrectly, because it isn't working? It returns #Name?
thanks in advance!
magmike
so that if the field ([IUSA]) on the parent form Is Null, returns "No
data for this record", else returns "IUSA Data" as a caption.
The code:
=IIf([Form].[ProspectForm].[IUSA] Is Null,"RefUSA record not
connected","RefUSA Data")
Am I referring to the field on the parent form (ProspectForm)
incorrectly, because it isn't working? It returns #Name?
thanks in advance!
magmike