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
Subform Dlookup with multiple criteria
wmiprvse.exe - application error
Cant see header or footer in form view??
read job history through system tables?
Drop Down List and Back Button on Browser - Losing state?
error with import
ORA-12514 TNS:listener does not currently know of service requested in connect (yet agian?)
Converting Dates with SQL
Having Trouble Keeping SBS C: Drive Defragmented
Populate Crystal Report with In Memory Datatable Visual Studio 2005