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
AS3: scaling from one side
EXCEL: Putting data labels automatically on a scatter graph.
Macro freezes Excel. Desperate!
Certain emails are showing up blank on Blackberries
How to display news and stocks in to my site.
How to get onEnterFrame trace to appear only once
PowerShell task will not run when logged off
Files gone missing and only shortcuts appear
Free or cheap alternative for Adobe Illustrator or CorelDraw
How to share folder within a workgroup on a PC running Windows XP Pro SP2