Can someone help me remove the phone number formatting on a field? It's a text field that appears as (@@@) @@@-@@@@. I'd like it to appear and just a straight 10 digits with no formatting. Seems simple enough but my efforts are not working. I've tried:
Format([phone],"@@@@@@@@@@")
Format([phone],"##########")
Format([phone],"9999999999")
and
all three above with a CInt in front. Nothing works.
Thanks!
Format([phone],"@@@@@@@@@@")
Format([phone],"##########")
Format([phone],"9999999999")
and
all three above with a CInt in front. Nothing works.

Thanks!