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
Microsoft Office 2007 Enterprise continually tries to reinstall
Foxpro Can't Seem to Find Word 2007 under Windows 7
PHP SESSION doesn't pass value to sub or upper directory on Linux
Show / Hide command button?
System error 5 has occurred when using NET USE and Windows Server 2008
Maximize Worksheet when opened
How can I set a GUID column to ROWGUID using T-SQL?
Tried to reboot xp machine remotely but it got stuck, any way to force a reboot via command line?
STOP: 0x0000007E (0xC0000420, xxxxxx) acpi.sys - address 83AB9717
Need SQL Syntax help to make my qry more efficient.