mneumann25
Technical User
Hi,
I am trying to come up with a way to have two fields seperated by a comma on a report. Normally, I would just use
=[Last Name] & ", " & [First Name]
However, there will not always be a first name, in which case I want the report to just display the last name without a comma behind it...any suggestions on how to do this???
Thanks!
I am trying to come up with a way to have two fields seperated by a comma on a report. Normally, I would just use
=[Last Name] & ", " & [First Name]
However, there will not always be a first name, in which case I want the report to just display the last name without a comma behind it...any suggestions on how to do this???
Thanks!