Should be easy but this is a real struggle for me tonight. If I want to join First Name + Spouse (if there is one) + Last Name, I used the following in my label report:
=Trim([FirstName] & ” and ” & [Spouse] & ” ” & [LastName])
The problem arises because some people don’t have a spouse, and no matter what I do, I still end up with John and Harrison instead of John Harrison.
Can you help?
Thanks