kyle1234567
Registered User.
- Local time
- Today, 10:01
- Joined
- Aug 27, 2012
- Messages
- 10
Hello, everyone:
I have a form containing a standard text box into which domestic phone numbers are entered by the end-user. Since 99% of this project involves clients in the country, the numbers will almost always be in the same format.
However, there needs to be the option to enter an international phone number, in case a client lives elsewhere. This phone number will most likely have a different format, so the input mask will become a barrier to data entry.
I would like to put a simple checkbox next to the text box labeled, "Int'l?" The user could click this to remove the input mask and allow them to simply enter the number as a text string. What is the best way to code this process? Should the code be inserted into the checkbox properties, or the textbox's? Forgive my ignorance! I'm relatively new with Access, but learning fast.
Thanks very much,
Kyle
I have a form containing a standard text box into which domestic phone numbers are entered by the end-user. Since 99% of this project involves clients in the country, the numbers will almost always be in the same format.
However, there needs to be the option to enter an international phone number, in case a client lives elsewhere. This phone number will most likely have a different format, so the input mask will become a barrier to data entry.
I would like to put a simple checkbox next to the text box labeled, "Int'l?" The user could click this to remove the input mask and allow them to simply enter the number as a text string. What is the best way to code this process? Should the code be inserted into the checkbox properties, or the textbox's? Forgive my ignorance! I'm relatively new with Access, but learning fast.
Thanks very much,
Kyle