J
Jacqueline
I am trying to creat lables from a table. The query combines the first and
last name, but I need to trim the trailing spaces from the first name to
allow for only one space between the first and last name.
Here is how I created the name field:
LableName: [Emp_NAME_FIRST] & " " & [EMP_NAME_LAST]
However, because we set the first name field to 16 in the table to
accomendate different names the spaces also show up in the Lables: Example
KERRIE ABB
ROGER ALLEN
There are also trailing spaces on the last name as well but I am not so
worried about those.
Any help will be greatly appreciated.
Thanks
Jacqueline
last name, but I need to trim the trailing spaces from the first name to
allow for only one space between the first and last name.
Here is how I created the name field:
LableName: [Emp_NAME_FIRST] & " " & [EMP_NAME_LAST]
However, because we set the first name field to 16 in the table to
accomendate different names the spaces also show up in the Lables: Example
KERRIE ABB
ROGER ALLEN
There are also trailing spaces on the last name as well but I am not so
worried about those.
Any help will be greatly appreciated.
Thanks
Jacqueline