Problem with input mask

  • Thread starter Thread starter Peter
  • Start date Start date
P

Peter

I applied input mask [000\-000\-000;0;_] to a control in a
form. When I entered data into the control the cursor did
not move to the next character after I typed, every digit
I typed stayed at the first character place. I would
appreciate if any one can tell me what I did wrong.
Thanks.
 
I applied input mask [000\-000\-000;0;_] to a control in a
form. When I entered data into the control the cursor did
not move to the next character after I typed, every digit
I typed stayed at the first character place. I would
appreciate if any one can tell me what I did wrong.

Probably nothing to do with the mask - input masks have annoying
features but that's not one of them that I've ever heard!

Try clicking the Insert key on your keyboard; and check to see if you
have any VBA code in the textbox's Change event or the form's On Key
events.
 
Back
Top