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
Why Can't I find "TypeOf" in Microsoft's Access Help files.
architecture question
How to connect two combo boxes
One hyperlink that passes parameters to two inline frames
Exchage Error SPAM question.
Migrating app from VB.net 2005 to VB.net 2008 SqlCeEngine compatibility issue needs fixed
Use of CrossTab query?
Parent/Child relationship with child needing 2 parents
DSUM works from form but not query
Access Combo Box