How do I trim data from a field but data is not in all fields?

  • Thread starter Thread starter Guest
  • Start date Start date
Please provide examples of current data and what you wish it to look like
afterwards.
 
I want to trim data but not all the fields have the data?

Probably with an update query using the Replace function, updating the field
to

Replace([fieldname], "Data You Want Gone", "")

but it's awfully hard to be sure given the brevity of your question.

John W. Vinson [MVP]
 

Ask a Question

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.

Ask a Question

Back
Top