Stop TAB from going to next record

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do you keep the <TAB> key from moving to the next record. I want the
user to manually move to the next record. That I can do, but I can't seem to
stop the tab key from moving on after it gets to the last tab stop.
 
Ripper said:
How do you keep the <TAB> key from moving to the next record. I want
the user to manually move to the next record. That I can do, but I
can't seem to stop the tab key from moving on after it gets to the
last tab stop.

Set the form's Cycle property -- on the Other tab of the form's property
sheet in design view -- to "Current Record".
 
Back
Top