G
Guest
I am new to SOL and am trying to get the following statement to execute in
Access 2003. I am using the RTRIM to remove trailing spaces from the
Customers FirstName and combine it with the last name in a new field called
Name.
SELECT RTRIM (FirstName) & ' ' & LastName AS Name
FROM Customer;
When executing this query I always get a Compile error. Can anyone help?
Access 2003. I am using the RTRIM to remove trailing spaces from the
Customers FirstName and combine it with the last name in a new field called
Name.
SELECT RTRIM (FirstName) & ' ' & LastName AS Name
FROM Customer;
When executing this query I always get a Compile error. Can anyone help?