OK, I figured this out but I am curious if there is an easier way and for
anyone elso who is new.
I did the query design picked my table then clicked the update for query type
then I clicked the SQL view button (lower right corner of screen) and pasted
in the code made the changes to field and table and went back to regular view
button (lower right corner of screen) and added some other fields that I also
needed to trim.
this makes more sense when you see the SQL view.
This was great.
Thank You.
Tina
Brendan Reynolds said:
An update query using the LTrim function ...
UPDATE YourTableNameHere SET YourFieldNameHere = LTrim([YourFieldNameHere])
WHERE YourFieldNameHere Is Not Null
--
Brendan Reynolds (MVP)
BreLee said:
I am trying to remove the leading blanks in a text field. Got any good
ideas?
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.