Locked lesson.
About this lesson
The Navigation Pane is an area on the left side of the database that enables you to open and change the design of objects.
Exercise files
Download this lesson’s related exercise files.
Services_09_Start_NavigationPane1.3 MB Services_09_NavigationPane.accdb
1.1 MB
Quick reference
The Navigation Pane
Application Terminology
Category
To choose how objects will be categorized, or grouped, in the Navigation Pane, right-click on the Navigation Pane header and choose Category. Choices are:
- Tables and Related Views
- Object Type (best)
- Created Date – grouped by date ranges such as Today, Last Week, Two Weeks Ago, Last Month, Last Year, etc.
- Modified Date – grouped by date ranges such as Today, Last Week, Two Weeks Ago, Last Month, Last Year, etc.
You can also click on the Navigation Pane Header to choose a category or just one group to show.
Collapse << or Expand >> the Navigation Pane, Shutter button
Collapse << or Expand >> the Navigation Pane by clicking its shutter button in the top right of the Navigation Pane.
Collapse or Expand Groups
Collapse or Expand Groups in the Navigation Pane by clicking on the group header.
Copy Object
To rename an object, right-click on it in the Navigation Pane and choose Copy from the shortcut menu. You can also press Ctrl-C when the object is selected.
Copy Object Name
To copy the object name so you can paste it somewhere else, choose Rename so the object name gets selected, and press Ctrl-C. Then press ESC to undo inadvertent changes and not rename.
Create Macro
To create a macro, click on the Create ribbon and then the Macro icon on the right. One way to run a macro is to double-click on its name in the Navigation Pane.
Description
To view or change the Description for an object, right-click on the object name in the Navigation Pane and choose [Table | Query | View | Object] Properties from the bottom of the shortcut menu.
Dismiss a Menu
To dismiss a menu, press the ESCape key on your keyboard.
Hidden Objects
Show or hide Hidden Objects by right-clicking and on the Navigation Pane header and choosing Navigation Options from the shortcut menu. Check or clear Show Hidden Objects in the lower left. When hidden objects are displayed, their names will be gray instead of black in the Navigation Pane.
Hide Object
To hide an object, check the Hidden attribute in the object Properties dialog box. To unhide an object, clear the Hidden attribute in the object Properties dialog box.
MessageBox
MessageBox is a macro action that enables you to pop up a message to the user.
Navigation Options
To see Navigation Options, right-click on the Navigation Pane header and choose Navigation Options from the shortcut menu. In this dialog box, you can choose to show or hide Hidden Objects, show or hide System Objects, show or hide the Search Bar, and define groups.
Navigation Pane Width
Change the width of the Navigation Pane by dragging its right border.
Object Type
Object Type is a good way to look at objects in the Navigation Pane. Right-click on the Navigation Pane header and choose Category, or click on the Navigation Pane Header and choose what you want. Objects will be grouped by Tables, Queries, Forms, Reports, Macros, and Modules. Empty groups are not displayed.
Open Object
To open an object displayed in the Navigation Pane, double-click its name or right-click and choose Open from the shortcut menu.
Paste Object
To paste an object that has been copied to the clipboard, right-click in the Navigation Pane and choose Paste from the shortcut menu. You can also press Ctrl-V in the Navigation Pane.
Rename Object
To rename an object, right-click on it in the Navigation Pane and choose Rename from the shortcut menu. You can also press the F2 key when the object is selected.
Search Bar
Show or hide the Search Bar by right-clicking and on the Navigation Pane header and choosing Navigation Options from the shortcut menu. Check or clear Search Bar in the lower left. You can also press Ctrl-F in the Navigation Pane to show the search bar and make it active.
Sort Navigation Pane
To specify how to view objects in the Navigation Pane, right-click on the Navigation Pane header and choose Sort by. Choices are:
- Name
- Type
- Created Date
- Modified Date
System Objects
Show or hide System Objects by right-clicking and on the Navigation Pane header and choosing Navigation Options from the shortcut menu. Check or clear Show System Objects in the lower left. Microsoft system objects start with "Msys" and are colored gray. User system objects start with "usys".
When you create queries that your application needs, preface the names with "usys" so they hide from view.
Navigation Pane
The Navigation Pane is an area on the left side of the database that shows names of objects, and enables you to open and change the design of objects. You can also Rename, Cut, Copy, and Paste objects.
The shortcut key to make the Navigation Pane active is F11.
View By
To specify how to view objects in the Navigation Pane, right-click on the Navigation Pane header and choose View by. Choices are:
- Details – Name, Date Created, Date Modified, Description
- Icon - Name and big icon
- List – Name and small icon
Steps
Open Object from the Navigation Pane
- Double-click on the Name of an object to open it from the Navigation Pane
Copy Name of Object from the Navigation Pane
- To copy the name of an object, right-click and choose Rename from the shortcut menu
or press to Rename - The name will be selected. Right-click and choose Copy
or press - Press ESCape to cancel renaming or click away (Escape is safer in case you accidentally changed something)
View Navigation Pane by Object Details
- To see more details for each object, right-click on the header of the Navigation Pane,
- Choose View By > Detail.
- In this view, you will see the date an object was Created and Modified. If there is a Description, you will see that too.
Change Object Description
- To change the Description for an object, right-click on it and choose Properties from the bottom of the shortcut menu.
- In this dialog box, you can also see when an object was Created and Modified, who owns it, and whether or not it is Hidden.
Show Hidden Objects in the Navigation Pane
- To see Hidden objects, right-click on the Navigation Pane header
- Choose Navigation Options
- Check or uncheck Hidden.
When Hidden objects are showing, they will be gray.
Show/Hide System Objects in the Navigation Pane
- To see System objects, right-click on the Navigation Pane header
- Choose Navigation Options
- Check or uncheck System.
Microsoft system objects are prefaced with MSys.
User system objects are prefaced with USys.
Case does not matter.
Remove/Set Hidden Flag from Object
- To change the Hidden status for an object, right-click on it and choose Properties from the bottom of the shortcut menu.
- Check or Uncheck the Hidden checkbox
Display or Hide the Search Bar
- To see show the Search Bar at the top of the Navigation Pane, right-click on the Navigation Pane header
- Choose Navigation Options
- Check or Uncheck the Show Search Bar checkbox
- Alternately, you can press in the Navigation Pane to show the Search Bar and go to it.
Collapse the Navigation Pane
- Click in the right top of the Navigation Pane to Collapse it.
Expand the Navigation Pane
- Click in the right top of the Navigation Pane to expand it.
Resize the Navigation Pane
- To resize the Navigation Pane, position the mouse on tis right border
- When the cursor shape changes to , click and drag
Collapse or Expand a Group in the Navigation Pane
- To Collapse or Expand a Group in the Navigation Pane, click on the Group Header.
View Objects in Navigation Pane by Object Type
- To View objects by Tables, Queries, Forms, Reports, Macros, and Modules
- Choose Category Object Type
Sort Objects in Navigation Pane by Name
- To sort objects in Navigation Pane by Name, , right-click in the Navigation Pane Header
- Choose Sort By Name
Create Macro to Show Message Box
- Click the Create ribbon and then Macro.
- For the macro Action, choose MessageBox.
- Message: [type your message – i.e.: Hello World]
- Title: [type the Title – i.e.: This is a MessageBox]
- Save the macro and give it a good Name [i.e.: -- mcr_HelloWorld]
Run a macro
- To run a macro, double-click its name in the Navigation Pane
- You can also launch a macro from an event property by dropping the list in the property you want on the Property Sheet and choosing the macro name
Lesson notes are only available for subscribers.