G
Guest
I'm creating a report which is actually going to be an employee phone book.
It is generated from a query. The name fields are [Incumbant Last] and
[Incumbant First]. There is also a [Nickname] field for those who use
nicknames instead of their formal first name. What I want to do is if there
is a [nickname], I want that to be in place of [Incumbant First], but if
there is not then I want [Incumbant First]. Here is the current control
source:
=[Incumbent Last] & "," & [Incumbent First]
I also want it to say VACANT in place of the last and first name if
[Incumbent Last] is null.
Thanks.
It is generated from a query. The name fields are [Incumbant Last] and
[Incumbant First]. There is also a [Nickname] field for those who use
nicknames instead of their formal first name. What I want to do is if there
is a [nickname], I want that to be in place of [Incumbant First], but if
there is not then I want [Incumbant First]. Here is the current control
source:
=[Incumbent Last] & "," & [Incumbent First]
I also want it to say VACANT in place of the last and first name if
[Incumbent Last] is null.
Thanks.