I want to create a field on my report that has the following:
[Prefix] & " " & [FirstName] & " " & [LastName]
The problem is, [Prefix] can be null so I get an #error in the field when it displays. I've tried using Nz() and iif(isnull()) to no avail.
Any ideas?
Thanks
[Prefix] & " " & [FirstName] & " " & [LastName]
The problem is, [Prefix] can be null so I get an #error in the field when it displays. I've tried using Nz() and iif(isnull()) to no avail.
Any ideas?
Thanks
Last edited: