Microsoft
Software
Hardware
Network
Question : SQL statement to find and replace character in field...
Can someone tell me the correct statement to use in order to find and replace specific characters in a field....for example
Find all the "/" in all records of the telephone number field
and replace it with "-"
I am sure this is very straight forward, but I am a dummy with SQL.
Answer : SQL statement to find and replace character in field...
update YourTable set YourField with CHRTRAN(YourField,'/','-')
Random Solutions
Outlook 2007 keeps asking for password
What is the best decompiler?
How to show number of messages besides a folder
MS Access calculate rolling 12 month average
Missing day no. when using FormatDateTime
Query over multiple fields
DCPROMO fails when existing DC's are on different subnet / segment
OL 2003 - My macro causes "this outlook session contains macros" warning
Visual Studio creates an error in my rc file every time I change a menu
Open Outlook Form from Access