Microsoft
Software
Hardware
Network
Question : Remove Extra Spaces After Entry
I have data that was imported from an excel file that has extra spaces after. (For example, value for first name is Jeff____ where _ represents a space). Is there a way to remove all of these automatically?
Answer : Remove Extra Spaces After Entry
Make a backup of your MDB, then run this update query:
UPDATE Table1 SET Table1.FIELD1 = Trim([FIELD1]);
mx
Random Solutions
How to use viewctl.restriction to search through items' text body
How do I recover a corrupted transaction log?
Converting Common file formats to TIFF(For FAX)
Citrix .ocx IE pop up
Can't Ghost HP 2133 Mini Note
how to find index is local or global?
Connect to Sybase threw C#.
Asynchronous execution from an Oracle 8i stored procedure
Exchange Server Setup Encountered an Error
sql trigger - compare new and old value after update