tripleblessed
Technical User
I'm trying to create some address labels. I would like to show the Family Name (i.e. The Smith Family) if not null else I'd like to show Title & Last Name.
On my report design, this is what I have:
=IIf((Trim([Xmas])="xmas" And Trim([Family Name])<>""),UCase([Family Name]),UCase([Title)] & “ “ & UCase([Last Name]))
But I'm getting a syntax error. Thanks for helping this beginner get her Christmas labels done!
On my report design, this is what I have:
=IIf((Trim([Xmas])="xmas" And Trim([Family Name])<>""),UCase([Family Name]),UCase([Title)] & “ “ & UCase([Last Name]))
But I'm getting a syntax error. Thanks for helping this beginner get her Christmas labels done!