G
Guest
I have a text column that has leading and training blank spaces (not nulls). I am trying to use an update query with the LTrim$ function to remove the leading spaces. The syntax should be LTRIM$([column name]), but this is not working as it is trying to insert the string literal column name into the value of the column for all 207 rows. What am I doing wrong?