Trim extraneous data?

EndersG

Registered User.
Local time
Today, 16:49
Joined
Feb 18, 2000
Messages
84
I imported a spreadsheet in Excel to an Access table but unfortunately brought those nasty control code characters (i.e., carriage return, line feed) in some of the column fields that look like hieroglyphics. Is there anyway to write an update query to remove those leading and trailing characters from the fields in the new Access table? I tried the Trim() function but it didn't do the trick. Any suggestions?
 

Users who are viewing this thread

Back
Top Bottom