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
Access VBA: Getting Record Count
CRYPT32 EVENT ID 11
Error "windows cannot access the specified device path, or file. you may not have the appropriate permissions to access them"
Relational Database Cardinality (How is it expressed)
Windows 2008: When they say "CPUs supported", are they talking CPU sockets or CPU cores?
How to clear @@error or general error flag in T-SQL
DOS/Windows Script
convert web app to executable
Add a field name to text input
Processing multiple textr files usiing dataadapter