ACC: Input Mask with Numeric Literals Inserts Incorrectly (119706)
The information in this article applies to:
- Microsoft Access 2.0
- Microsoft Access for Windows 95 7.0
- Microsoft Access 97
This article was previously published under Q119706 Novice: Requires knowledge of the user interface on single-user computers.
SYMPTOMS
If you create an input mask that contains a numeric literal for a field,
and then enter a number that is part of that numeric literal in the field,
the number is not entered in the field unless you type it twice.
CAUSE
Microsoft Access determines that the character you type matches the literal
that you defined in the input mask, and moves you to the next non-literal
position in the input mask.
RESOLUTION
In the form containing the field with the input mask, specify the following
macro in the field's OnEnter property setting:
SendKeys Action
-------------------
Keystrokes: {F2}
Wait: No
STATUS
Microsoft has confirmed this to be a problem in Microsoft Access versions
2.0, 7.0, and 97.
REFERENCES
For more information about the SendKeys action, search the Help Index for
"SendKeys action," or ask the Microsoft Access 97 Office Assistant.
Modification Type: | Major | Last Reviewed: | 5/6/2003 |
---|
Keywords: | kbbug KB119706 |
---|
|