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
Update field value after update check box
Make WSUS updates run from Microsoft for remote Locations.
two case statements in one SQL view
Wsus Client Download Updates issue
Load into SQL Server From FoxPro database through SSIS
Runtime Error
drag icon in c#.net
Cisco ASA 5510 ASDM - Allowing PING AND TRACECERT through
How to copy rows from a table and put them in same table and joined to two other tables ?
Access 2003 - Upon opening DB, .dlls and .ocx errors