Microsoft
Software
Hardware
Network
Question : Removing Alpha Characters from Phone Number
I am trying to remove Alpha Characters from a Phone Number field in an Access Table.
(123) 456-7890 - Need to remove parentheses and dash. ex 1234567890
Answer : Removing Alpha Characters from Phone Number
in a query
select replace(replace(replace(Re
place([Pho
ne Number],"(",""),")",""),"-
","")," ","") as PhoneNum from TableX
Random Solutions
Hardening Windows Server 2008 Domain Controllers
DT_WSTR vs DT_STR.
Microsoft Roaming Profile
Windows Explorer cannot download, Interface not supported.
Converting Double to CString
When installing Exchange 2010 demo
CRecordset catch and error
Access Search Form
Problem With Insert Statement
Form Drop Down reading a table. (Read Ascending order)