- Open a form or data access page in Design view (Design view: A view that shows the design of these database objects: tables, queries, forms, reports, and macros. In Design view, you can create new database objects and modify the design of existing objects.).
- Do one of the following:
Change the tab order in a form
- On the View menu, click Tab Order.
- Under Section, click the section you want to change.
- Do one of the following:
- If you want Microsoft Access to create a left-to-right and top-to-bottom tab order, click Auto Order.
- If you want to create your own custom tab order, click the selector for the control you want to move. (Click and drag to select more than one control at a time.) Click the selector again and drag the control to the desired location in the list.
- Click OK.
Change the tab order in a data access page
Remove a control from the tab order
- Select the control (control: A graphical user interface object, such as a text box, check box, scroll bar, or command button, that lets users control the program. You use controls to display data or choices, perform an action, or make the user interface easier to read.) you want to remove from the tab order, and then click Properties
on the Form Design or Page Design toolbar to display the control's property sheet.
- Do one of the following:
- If the control is in a form, in the TabStop property box, click No.
You can still click the control to select it as long as its Enabled property is set to Yes.
- If the control is in a data access page, set the TabIndex property to -1.
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
Note In Design view, the tab order is always the order in which you created the controls.