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
see how tables are linked in database diagram
Access SQL DatePart or different method do display date range as month only
How to test NLB Load Balancing?
Bios password forget
Run application in safe mode (run key doesnot work?)
Two Terminal Services (win 2003 server) questions.
status bar in MFC
The subscription(s) have been marked inactive and must be reinitialized
[MS-Word] Borders for Cells
Creating a memo field in an Access make-table query.