Typically, pressing the [Tab] key moves focus from
one control to the next. When you press [Tab] while the last control on a
form has focus, the default behaviour is for Access to switch to the next
record and move the focus back to the first control specified in the
form's tab order. You may occasionally want to override this behaviour,
which you can do by changing the form's Cycle property.
Description of the possible settings for this property:
All
Records
This is
the default property setting. When [Tab] is pressed and the last control
in the form's tab order has focused, focus is moved to the first field control
on the next record.
Current
Record
When the
last control in the tab order has focus, pressing [Tab] moves the focus to
the first control in the form's tab order, however Access doesn't change
the record with which you're working.
Current
Page
If the
form has multiple pages, pressing [Tab] cycles between only the controls
on the current page and doesn't impact which record is displayed.