Are you storing the phone numbers right now as the xxx-xxx-xxxx value? If
yes, then you'd need to run an update query to change the data to the "new"
format.
If you're just storing the phone number as xxxxxxxxxx value, then you can
use the Format property to change how the number is displayed on forms and
reports.
--
Ken Snell
<MS ACCESS MVP>
http://www.accessmvp.com/KDSnell/
"retired fire" <(E-Mail Removed)> wrote in message
news

DA140F8-45BA-484F-A64C-(E-Mail Removed)...
>I currently have a phone number field which uses a format of 404-405-7777
> and I want to change it to (404) 405-7777 format.
>
> Can this be done and is there a way to globally change the format on
> existing data in the phone field (large data base)???
>
> Thanks