Hi,
I need advice as to how to format my phone number field. Right now its not normalized. I have (nnn) nnn-nnnn, nnnnnnnnnn, nnn-nnn-nnnn, +nn-nnn-nnnn and so on...
we get data from several different places and everyone seems to have a different way of inputting area codes and then throw in International numbers making it even more interesting.
The first part of my question is should I create a mask for that field in my table design (probably not),
2nd: how do I update my table to remove the ( ) from the area codes? I've tried in query design running an update query Replace([workphone],"(","") and receive an error.
Thanks in advance
I need advice as to how to format my phone number field. Right now its not normalized. I have (nnn) nnn-nnnn, nnnnnnnnnn, nnn-nnn-nnnn, +nn-nnn-nnnn and so on...
we get data from several different places and everyone seems to have a different way of inputting area codes and then throw in International numbers making it even more interesting.
The first part of my question is should I create a mask for that field in my table design (probably not),
2nd: how do I update my table to remove the ( ) from the area codes? I've tried in query design running an update query Replace([workphone],"(","") and receive an error.
Thanks in advance