A
Annie
Hi.
I am using
Member Name: Nz([NickName],[FirstName])
so that if a member has a NickName, I'm using it on a
mailing label rather than the FirstName.
However I have Companies that have contacts with
ContactNickName and ContactFirstName.
If there is a NickName, there is not a ContactNickName.
I want one mailing label: if there is a "member" I want
the NickName else the FirstName. If there is a "contact"
I want the ContactNickName else the ContactFirstName.
I tried to build one big Nz statement but it didn't work.
Any suggestions?
Thanks, Annie
I am using
Member Name: Nz([NickName],[FirstName])
so that if a member has a NickName, I'm using it on a
mailing label rather than the FirstName.
However I have Companies that have contacts with
ContactNickName and ContactFirstName.
If there is a NickName, there is not a ContactNickName.
I want one mailing label: if there is a "member" I want
the NickName else the FirstName. If there is a "contact"
I want the ContactNickName else the ContactFirstName.
I tried to build one big Nz statement but it didn't work.
Any suggestions?
Thanks, Annie