Quick summary
Creating multi-page forms in MS Access uses the Tab Control feature to organize data entry across multiple tabbed pages within a single form. This approach keeps large datasets structured, reduces scrolling, and improves the overall usability of your Access database forms.
Steps
- Select an existing form from the navigation pane and open it in Design View.
- Go to the Form Design tab in the ribbon, locate the Controls group, and click the Tab Control button.
- Click on the form to place the Tab Control — a two-page tab control will appear by default.
- In the Property Sheet, go to Format and change the page name in the Name section.
- Right-click the tab control and select Insert Page to add additional pages.
- Right-click the tab you want to remove and choose Delete Page.
- Drag and drop fields onto the appropriate tab page, ensuring the correct page is selected before placing fields.
- Switch to Form View to preview the multi-page form layout.
- Save the form by clicking the save icon.
.gif)



