D
Drew
I am using Access to build some reports. I am developing an ADP, with a SQL
backend. I need to find out how to add the suffix to a person's last name
if the suffix exists. Like this,
FirstName LastName Suffix
John Smith
Jack London Jr.
Peter Hall Sr.
Now I would need to display this on the report.
John Smith
Jack London, Jr.
Peter Hall, Sr.
I have tried using the IIf function, but it doesn't seem to work. Any
ideas?
Thanks,
Drew
backend. I need to find out how to add the suffix to a person's last name
if the suffix exists. Like this,
FirstName LastName Suffix
John Smith
Jack London Jr.
Peter Hall Sr.
Now I would need to display this on the report.
John Smith
Jack London, Jr.
Peter Hall, Sr.
I have tried using the IIf function, but it doesn't seem to work. Any
ideas?
Thanks,
Drew