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]