Microsoft
Software
Hardware
Network
Question : In Access 2007 what expression would update a value by simply removing all underscores?
I'd like to use an update query to remove all underscores from all values in a column named Field1. What expression should I use on the Update line of the query builder to removed underscores in Field1?
Answer : In Access 2007 what expression would update a value by simply removing all underscores?
Replace([Field1],"_","")
That should do the trick
Random Solutions
modify cangrow property dynamically
how can i ident code in visual Foxpro 9.0
Linq to SQL iEnumerable Select Statements
Chinese characters and Excel
Domain account gets locked very frequently.
How to allow Non-Administrator to manage IIS
Working with vjslib.dll
How do I capture output from command prompt in vb.net?
ISAM error importing SQL table into Access 2003
MS Access Report Hide\Display a textbox or label