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 you print a MS Outlook Calendar in color? Need to export to PDF while maintaning color also.
Have values without Controls
GoogleToolbarUser_32.exe process using 50% of CPU
Sync .pst calendar with Exchange calendar
UPDATE OPENQUERY (LINKEDSERVER, 'SELECT...) SET FIELD = #
Cant Install SQL Server 2008 on Windows Server 2008 R2
Getting GC error trying to run rendom /upload
event id 1639 warning message on blackberry server
DNS on new domain
SQL Insert Given Date Range