R
Russ
In my form I check for a certain value in a certain control in the
Before update part of the form. When the value is not in that range,
the code displays a message box and then moves the focus to the
offending control by MoveToControl.
Now the mystery part: I've run this form with the propertiies box
open, and although at that point the title of the properties box
indicates it is in the proper control text box, no cursor is visible.
In addition, if I try to type in the proper value, I get nothing... no
response. If I press the Tab key, the form advances to the sub-form
instead of the next control text box in the tab order. I would like
to see the cursor and be able to modify the in-error entry, but
somehow it does not work as anticipated. Anyone know why?
Before update part of the form. When the value is not in that range,
the code displays a message box and then moves the focus to the
offending control by MoveToControl.
Now the mystery part: I've run this form with the propertiies box
open, and although at that point the title of the properties box
indicates it is in the proper control text box, no cursor is visible.
In addition, if I try to type in the proper value, I get nothing... no
response. If I press the Tab key, the form advances to the sub-form
instead of the next control text box in the tab order. I would like
to see the cursor and be able to modify the in-error entry, but
somehow it does not work as anticipated. Anyone know why?