ACC: Null Field's Input Mask Behaves Differently Than ExpectedID: Q147200
|
Moderate: Requires basic macro, coding, and interoperability skills.
When you use the TAB key to move to a null field that has an input mask,
the input mask does not appear until you begin typing data.
If you want the input mask to appear when you use the TAB key to move to a
null field, you can create an event procedure that sets the field
automatically to Edit mode. This will cause the input mask to appear. The
basic steps to do so are as follows:
SendKeys "{F2}"
This behavior is by design.
For more information about input masks, search on the phrase "input mask," and then view "InputMask Property" using the Answer Wizard from the Microsoft Access for Windows 95 Help menu.
Additional query words: display input-mask
Keywords : kbusage GnlInpt
Version : 2.0 7.0
Platform : WINDOWS
Issue type : kbprb
Last Reviewed: May 3, 1999