J
jmuirman
I want to create a field where the nickname is used instead of the firstname
if there is a nickname - but use the first name if there is no nickname.
Here's what I'm working with:
Expr1: [tContacts_2.CFirstName]+"" & [tContacts_2.CNickname]
Thanks,
John
if there is a nickname - but use the first name if there is no nickname.
Here's what I'm working with:
Expr1: [tContacts_2.CFirstName]+"" & [tContacts_2.CNickname]
Thanks,
John