All,
I would like to convert the phone number:
(123) 456-7890 to 1234567890
I tried using the replace function... But I was wondering if there is a way replace the symbols and spaces using just one function... or if there is a better a way of doing this? I have a couple of thousands of phone numbers to convert, and have been exporting the file to Excel, use the find-replace function, and then importing back to Access.
I tried using function below, but it didn't work (thought it was worth the try):
Replace([phone],"-" Or "(" or ")","")
Thanks.
I would like to convert the phone number:
(123) 456-7890 to 1234567890
I tried using the replace function... But I was wondering if there is a way replace the symbols and spaces using just one function... or if there is a better a way of doing this? I have a couple of thousands of phone numbers to convert, and have been exporting the file to Excel, use the find-replace function, and then importing back to Access.
I tried using function below, but it didn't work (thought it was worth the try):
Replace([phone],"-" Or "(" or ")","")
Thanks.