Hi, Doug.
Can you have 2 possible masks?
No. But really, you have two items of information for this record, not just
one. One is the phone number and the other is whether or not the number is
allowed to be called. I would suggest creating an additional field with a
Boolean value for whether the phone number is allowed to be called. Add VBA
code to the form's OnCurrent( ) event that disables the phone number text box
(greys it out) whenever the "No Call" field is true and enables this text box
whenever the "No Call" field is false.
HTH.
Gunny
See
http://www.QBuilt.com for all your database needs.
See
http://www.Access.QBuilt.com for Microsoft Access tips.
(Please remove ZERO_SPAM from my reply E-mail address so that a message will
be forwarded to me.)
- - -
If my answer has helped you, please sign in and answer yes to the question
"Did this post answer your question?" at the bottom of the message, which
adds your question and the answers to the database of answers. Remember that
questions answered the quickest are often from those who have a history of
rewarding the contributors who have taken the time to answer questions
correctly.