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
Access Web front-End
Converting txt files into Access or Excel format
setup and deployment in vs 2005
DataGrid.ItemCreated Event Firing Multiple Times
Excel 2007 Subtotal Function
Windows 7 XP Mode will not read DVD+R disk
Exchange 2007 powershell commands
Remove page lines in excel
Populate a listbox with files from a directory
in Excel - is it possible to copy only the numeric values in a given column? I want to copy a column which contains text & numbers - but I only need the numbers t