DebbieDavis
Programmer
Hi there, I have exported several delimited text files and would like to know if there is some way I could write a function to trim all of the fields I've imported. I know how to write a regular query to do this, but there are over 30 fields and I don't really want to update field1 with for example trim([field1]) for each field. Lazy I guess but I figure there must be a programmatic way to do it. I thank you in advance for your for your thoughts.