Tab to top of new form

eason

Registered User.
Local time
Today, 16:30
Joined
Nov 3, 1999
Messages
31
I have a data entry form. Sometimes the entry person gose to the next record in the middle of the form. When they get to the next record the cursor is in the the middle of the form. Is there a way to have the corsor goto the top of the form on each new record???
 
in design view right click and go to tab order and put it in the way you want it to move.
 
In the on current event of the form:

me.TheControlWhereYouWantFocus.SetFocus
 

Users who are viewing this thread

Back
Top Bottom