Input Mask for Phones

  • Thread starter Thread starter ClaireView
  • Start date Start date
C

ClaireView

Most of my people have a single phone number, but some have two numbers. I
would like the option to do this: (800)552-1212 652-1212. I've tried
starting with the input mask for phones and then adding 9s, or adding #s, but
these don't work. Please help! Thanks.
 
Storing two numbers in a single field is a mistake. If you've got that
situation, you should have a separate TelephoneNumber table linked to your
existing table so that you can have multiple rows in the TelephoneNumber
table for those people.
 
Back
Top