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
Rename "Pinned" Remote Desktop Connections
What is the least expensive way to buy Office 2007 for a developing-nation country?
Need Subreport and main report to return same data
Update multiple records at one time
Avoiding subtotals in a pivot table
in word 2003 the right align field is grayed out when I try to add a TOC
Can't change link source from one workbook to its apparently identical twin.
view table relationships graphically sql server 2000
Should I use SqlDataSource or SqlConnection (which is better)
How to terminate a processes in MS SQL Server