G
Guest
I have a text box with a subroutine event that runs "after update".
The subroutine checks for the validity of the input, and if it is bad, it
blanks the input value.
What I can't find is how to go back to the input text box so the user can
put in a new value. Instead, it goes to the next text box.
I have tried exit sub and me.requery, together and alone, and I cannot find
anything in help to indicate how to prompt again without having to create a
subroutine event for "Before update" or "On entry" or something.
Clues would be appreciated.
Thanks in advance.
The subroutine checks for the validity of the input, and if it is bad, it
blanks the input value.
What I can't find is how to go back to the input text box so the user can
put in a new value. Instead, it goes to the next text box.
I have tried exit sub and me.requery, together and alone, and I cannot find
anything in help to indicate how to prompt again without having to create a
subroutine event for "Before update" or "On entry" or something.
Clues would be appreciated.
Thanks in advance.