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
Who deleted mail from public folder
Relink tables in database with a database password, using ADO
Share folder is giving read only messages and users can't save
Server just stopped responding REDHAT9 have had no problems until DNS was setup 3 months ago
syntax error in FROM clause
Hotmail retrieval error 0x800CCCF4 or 0x80042007
Countdown Graphic
Troubleshoot unexpected restart
ODBC Auto Connect
In Outlook 2007 is there a way to customize the calendar so that the birthdays that are in the contacts don't show up on the candar?