G Guest Aug 29, 2007 #2 Please provide examples of current data and what you wish it to look like afterwards.
J John W. Vinson Aug 29, 2007 #3 I want to trim data but not all the fields have the data? Click to expand... 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]
I want to trim data but not all the fields have the data? Click to expand... 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]