G
Guest
Hi
I'm trying to indicate on a main form, whether a field on its subform contains data. The formula I am using is
=IIf(IsNull([CFirstName]),"No","Yes"
The result is No in all cases, even if CFirstName contains a data value. What is interesting is that if I put the same formula on the subform, the correct string will be returned
How can I make this work on the main form
Thanks
Jody
I'm trying to indicate on a main form, whether a field on its subform contains data. The formula I am using is
=IIf(IsNull([CFirstName]),"No","Yes"
The result is No in all cases, even if CFirstName contains a data value. What is interesting is that if I put the same formula on the subform, the correct string will be returned
How can I make this work on the main form
Thanks
Jody