probably easy manipulation

C

cherrynich

I have a table with a field of phone numbers looks like 9999999999. I want to
change the field so the phone numbers look like this 999/999-9999. Please
help me.

Thank you,
Nick
 
A

Andre

Change the data type for that field to text if it isn't already. Then type in
!999/\ 000\-0000;;_ for the input mask for that field and save the table.

Andre
 
Top