Advance to Next Record

  • Thread starter Thread starter Bubba
  • Start date Start date
B

Bubba

This may be a simple question. I am wondering how I can stop my form from
advancing to the next record when pressing tab. I only want a user to be
able to switch records by using a drop down list and selecting the record,
or by clicking add record. Is there a form property I need to set to not
allow the form to advance on its own?
Any help would be greatly appreciated.
Thanks,


Reginald
 
Bubba said:
This may be a simple question. I am wondering how I can stop my form
from advancing to the next record when pressing tab. I only want a
user to be able to switch records by using a drop down list and
selecting the record, or by clicking add record. Is there a form
property I need to set to not allow the form to advance on its own?
Any help would be greatly appreciated.
Thanks,


Reginald


In the Form's properties, look at the 'Other' tab and set the Cycle
property to 'Current Record'.

hth

Hugh
 
Reginald,
Set the Form's Cycle property to
Current Record
It's on the Other tab of the Form's property sheet.
 
Back
Top