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
Collapse Part of Code
MSComm VBA Excel comms with serial port
unknow device with a complete redo of Hp pavilion a1440n
Exporting a table
Cursor position in a word document created by vb.net
Hijacked
how to get the milliseconds from datetime in dotnetcompact framework
how can i send a diferent image to two monitors pluged to one computer with a VGA Splitter
change the language of datetime picker to spanish.
How to integrate FCKEditor with asp.net/C#