Change the tab order in a form
Change the tab order in a data access page
Remove a control from the tab order
You can still click the control to select it as long as its Enabled property is set to Yes.
You can still click the control to select it as long as its Disabled property is set to False.
Tip
If you want to disable the control until a certain condition is met, you can use the Enabled property together with the AfterUpdate property.
Change the tab behavior for the last field in a form
You can change the tab behavior for the last field only in a form.
Setting | Description |
---|---|
All Records | When you press TAB in the last field in the record, the focus moves to the first field in the next record. |
Current Record | When you press TAB in the last field in the record, the focus moves back to the first field in the current record. |
Current Page | When you press TAB in the last field in the form page, the focus moves back to the first field in the current page. |
Note In Design view, the tab order is always the order in which you created the controls.