I have a subform for collecting phone numbers. Each record consists of an employee ID, a phone type field, and a phone number field. On the phone "type" field, the user can select what type of phone number it is: home, work, cell, extension, beeper, etc, and then enter the actual number on the phone number field.
I would like to use different input masks depending on the phone type selection. I can do it using an After_Update event on the Phone Type field, however, it changes the mask for all the previous numbers.
For example, if I select "Home", the input mask is (000) 000-0000, but when I move to the next record and select "Extension" the input mask is "######" and my previous record (a home phone number) loses it's (000) 000-0000 mask.
I would like to use different input masks depending on the phone type selection. I can do it using an After_Update event on the Phone Type field, however, it changes the mask for all the previous numbers.
For example, if I select "Home", the input mask is (000) 000-0000, but when I move to the next record and select "Extension" the input mask is "######" and my previous record (a home phone number) loses it's (000) 000-0000 mask.