T
Tony Williams
Could anyone tell me why this statement doesn't work?
=IIf(IsNull([txtfname]) And IsNull([txtsubjectcompany]),"Unknown",[txtfname]
& [txtsubjectcompany])
Basically I have a control that needs to say Unknown if 2 other controls are
null.
Thanks
Tony
=IIf(IsNull([txtfname]) And IsNull([txtsubjectcompany]),"Unknown",[txtfname]
& [txtsubjectcompany])
Basically I have a control that needs to say Unknown if 2 other controls are
null.
Thanks
Tony