E
elfeste
I am trying to combine a first and last name from a table for use in
report.
First name John
Last name Doe
I need the report to display John Doe with the space in between
What I get is JohnDoe
I am using the expression =[FirstName] & [LastName] to produce th
result in the report.
Does anyone know what I need to do to display the name with the space?
Thank
report.
First name John
Last name Doe
I need the report to display John Doe with the space in between
What I get is JohnDoe
I am using the expression =[FirstName] & [LastName] to produce th
result in the report.
Does anyone know what I need to do to display the name with the space?
Thank