Locked lesson.
About this lesson
Limit users to just the forms they need by creating a navigation form.
Exercise files
Download this lesson’s related exercise files.
13.03 navigation-form - Exercise.docx43.3 KB 13.03 navigation-form - Exercise solution.docx
80.1 KB TechGurusTicketing32.accdb
2.7 MB TechGurusTicketing32 - Complete.accdb
2.7 MB
Quick reference
Navigation Form
Create a tabbed Navigation Form.
When to use
We create a navigation form whenever we want to limit what parts of the database users have access to. We can set the navigation form to load on startup and disable access to everything else.
Instructions
Navigation forms can be used to limit users to just the forms they need and prevent unwanted changes to backend tables and queries. Tabs can be added to the navigation form to make it easy to access multiple forms.
We can set the navigation form to load when Access is started and disable the navigation pane so other database objects like tables and queries are not visible.
Create a Navigation Form
In our example, we only want users to be able to access 'frmTicketMaintenance' and 'frmCompanyTabular'.
- From the Create tab, in the Forms group, select Navigation.
- Select Horizontal Tabs.
- Double-click on the first tab and type ‘Ticket Maintenance’.
- Press Tab.
- Double-click on the first tab and type ‘Company Maintenance’.
- Resize the tabs to accommodate the labels.
- Click on the Ticket Maintenance tab.
- In the Property Sheet, in the Navigation Target field, select ‘frmTicketMaintenance’.
- Click on the Company Maintenance tab.
- In the Property Sheet, in the Navigation Target field, select ‘frmCompanyTabular’.
- Name the form ‘frmNavigationForm’.
Disable the Navigation Pane
- From the File tab, click Options.
- On the Current Database page, scroll down to the Navigation section.
- Untick Display Navigation Pane.
- In the Application Options section, in the Display Form area, select ‘frmNavigationForm’ from the list.
Lesson notes are only available for subscribers.