Hi guys,
I have a simple IF statement that combines First with Last names:
IIf([PositionIncumbentLastName]<>"",[PositionIncumbentLastName] & ", " & [PositionIncumbentFirstName],"Vacant")
How would I modify this to check if Last Name was empty, or First Name was empty, to only take the other...