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
Boot.ini
System.Data.OleDb.OleDbExc<wbr />eption: Oracle client and networking components were not found.
How do I select prior month data from last year in a query?
How do I keep a running sum on a form in Access 2003?
VB.Net Playing a Beep
Need to create an Excel Sheet for DATA INPUT that then creates a DATABASE..or table..?
SQL Server Service manager saying 'Not Connected \\'
OWA - "Internet Explorer cannot display the webpage" After Login Prompt
Help in Defining query in Access
" can't move the items. the file path\filename.pst could not be accessed Outlook 2003 Under XP