I am trying to use a query to remove leading spaces. I tried to use the TRIM command but it does not seem to do anything.
The field name that I am trying to trim is: [Product Name]
When I put the following in the column of a select query, I still have the leading space.
NewProductName:Trim([Product Name])
Any ideas?
The field name that I am trying to trim is: [Product Name]
When I put the following in the column of a select query, I still have the leading space.
NewProductName:Trim([Product Name])
Any ideas?