R
Robin Chapple
I have a telephone number field that I need in a report if it is
populated.
I have used this previously:
=IIf(IsNull([PhoneAH])," ",[PhoneAH] & " AH")
With the current project I still get the literal when the field is
empty.
What have I missed?
Thanks,
Robin Chapple
populated.
I have used this previously:
=IIf(IsNull([PhoneAH])," ",[PhoneAH] & " AH")
With the current project I still get the literal when the field is
empty.
What have I missed?
Thanks,
Robin Chapple