I am baffled. I'm on a report that comes from a query.
I want to only show the [Business] name on my form if there is no agent listed in [LName].
I entered: =Iif(IsNull([LName]),[Business]," "
This works in those instances where [LName] is not Null, but if it IsNull then I get : #Error.
I know that [Business] is valid because, alone it works.
Can anyone tell me what I am doing wrong? Appreciate any help you can offer.
I want to only show the [Business] name on my form if there is no agent listed in [LName].
I entered: =Iif(IsNull([LName]),[Business]," "
This works in those instances where [LName] is not Null, but if it IsNull then I get : #Error.
I know that [Business] is valid because, alone it works.
Can anyone tell me what I am doing wrong? Appreciate any help you can offer.