If you want to format them for display in a form and/or report, then go to
the table design and for that field
apply an input mask:
Telephone Number (!\(999") "000\-0000;
Now on all NEW forms you will see the format (999) 888-7777 but the field in
the database will have 9998887777
for reports you can use a similar format to display the field as a telephone
number.
Hope this helps.
Ed Warren
Rick said:
I have a colum of phone numbers with area code in this form "8005551212" I
want to format them to change to this "(800) 555-1212. Any Help