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
How do I run a script to move contents of a file to a different location
Receiving multiple EVENT ID: 1053 on Windows 2003 Server, why?
Apostrophe in combo box search
Silverlight UserControl with child UserControls
Using a geometry type check constrint in sql sever 2008
Adding new button to windows taskbar
How can I return an error message when a field or control is Blank
Access Runtime Edition - Opens db's in exclusive mode
Add preset percentile counts to SQL SP
How to provide a link in e-mail to open a specific record in Access 2007 ?