G
Guest
I have a database of approximately 4000 addresses.
I'd like to uniformly format 3 different telephone number fields. There are
currently 3 different formats in the database.
I would like the format to be (111) 222-3333
the three formats contained are 111-222-3333 , 1112223333, and (111) 222-3333
I can modify the second format 1112223333 using right() and left()
functions. Is there a way to remove the non numerical characters from the
strings?
Thanks in advance
Pip'n
I'd like to uniformly format 3 different telephone number fields. There are
currently 3 different formats in the database.
I would like the format to be (111) 222-3333
the three formats contained are 111-222-3333 , 1112223333, and (111) 222-3333
I can modify the second format 1112223333 using right() and left()
functions. Is there a way to remove the non numerical characters from the
strings?
Thanks in advance
Pip'n