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
C: drive not accessable
Cannot resolve the collation conflict between "SQL_Latin1_General_CP1_CI<wbr />_AS" and "Latin1_General_CI_AS" in the equal to operation
Some users get IIS 500 errors when logging onto Sharepoint Team Site
How to get "User Name" in TaskManager process?
Creating a comma separated list as a Function to be used in a Totals/Group By query
Use Variable to address a control
Timers in CWinthread derived classes
Import sent items
can't get wmi asusmanagement object
how to control the veiw of a subreport?