View Full Version : Tab to top of new form


eason
03-29-2000, 06:31 AM
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???

tracey75
03-29-2000, 07:45 AM
in design view right click and go to tab order and put it in the way you want it to move.

Pat Hartman
03-29-2000, 10:53 AM
In the on current event of the form:

me.TheControlWhereYouWantFocus.SetFocus