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
Form with Subform, How to check if child record(s) within a subform exists.
Access 2010 - installing without all of Office 2010
Serial Port Communication C++
call shell failing
Script for clearing out Outlook temp folder
Access to the registry key denied
[excel] - autofill speed?
Exchange 2010 Enterprise Public Folder
MS ACCESS CODE PROBLEM - Can't assign a value to this object
How do I disable javascript/Client side debugging in Visual Studio 2008