M
MB
I have two fields: FirstName and LastName. I want to concatentate so the
results will be LastName, First Name. I added a column in my query and did
the following:
FullName:[LastName]&, "&[FirstName]
This works fine if all records contain a first and last name. If the record
does not, then only the comma shows. What should I write that will keep the
field blank if there is no first and last name?
Thank you for your help.
results will be LastName, First Name. I added a column in my query and did
the following:
FullName:[LastName]&, "&[FirstName]
This works fine if all records contain a first and last name. If the record
does not, then only the comma shows. What should I write that will keep the
field blank if there is no first and last name?
Thank you for your help.