Hello NeoPa,
Thank you very much for this information. I will try it out.
danield
User Profile
Collapse
-
Hello DonRayner,
Thank you very much. Ltrim does exactly what I need :)
danield...Leave a comment:
-
How to remove leading spaces?
Hello All,
I have a query that I use to create another table:
The problem is that sometimes there is no value in column1 and then the new entry in table2 is 'space' and then column2. For example if first column has '1' and second column has '2', the new record in the table2 would be '1 2' but if another row...Code:SELECT column1 & " " & column2 INTO table2 FROM table1
No activity results to display
Show More
Leave a comment: