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
Expand Indicator Not Showing in Datasheet View
How to create simple FUNCTION SQL and DO FUNCTION CALL
Add new row to datagrid for insertion vb.net
E00 Log files missing Help needed.
datarow and datarowview difference ?
"Preparing to Configure Windows"
Frontpage 2003 Browse button
Access Sample Databases - Web Sites
Using MS Access Startup, I have a Form being opened. On the Form is a command button. I want to automate the click of that button to run VB code created when I built the form. Can/How do I do that?
Rquire simpler than multiple iif, or, and combination