| Lesson 5 |
Navigating Database Objects with the Navigation Pane |
| Objective |
Navigate and manage database objects using the Navigation Pane in Microsoft Access |
Navigating Access Databases with the Navigation Pane
The Navigation Pane is Microsoft Access's central command center for organizing, locating, and managing every object in your database. Whether you're working with a simple database containing a dozen objects or a complex enterprise application with hundreds of tables, queries, forms, and reports, the Navigation Pane provides the structure and tools to navigate efficiently. Mastering the Navigation Pane is essential for productive database work—it determines how quickly you can find objects, how effectively you can organize your work, and how easily you can understand your database's structure.
This lesson teaches you to use the Navigation Pane effectively in Microsoft Access 365 and recent versions (Access 2019, 2021). You'll learn to navigate database objects, customize the Navigation Pane display, manage windows, and apply organizational strategies that scale from small personal databases to large team applications.
Understanding the Navigation Pane
The Navigation Pane replaced the legacy "Database Window" starting with Access 2007, providing a more flexible and modern interface for database navigation. Located on the left side of the Access workspace, the Navigation Pane serves as your database's table of contents—a hierarchical view of all database objects organized by type, creation date, custom categories, or related tables.
Core Database Object Types
The Navigation Pane organizes objects into six primary categories:
- Tables: Store raw data in rows and columns; the foundation of every Access database
- Queries: Retrieve, filter, analyze, and modify data from tables
- Forms: Provide user-friendly interfaces for data entry, viewing, and interaction
- Reports: Display and print formatted data for analysis and distribution
- Macros: Automate repetitive tasks and database operations
- Modules: Contain VBA (Visual Basic for Applications) code for advanced programming and custom functionality
Each object type serves a specific purpose in your database architecture, and understanding when to use each type is fundamental to effective database design.
Navigation Pane Features in Access 365
Modern versions of Microsoft Access provide enhanced Navigation Pane capabilities that improve database organization and workflow efficiency:
1. Flexible Grouping and Filtering
The Navigation Pane can group and filter objects in multiple ways:
- Object Type: Traditional grouping by Tables, Queries, Forms, Reports, Macros, Modules
- Created Date: Groups objects by when they were created (Today, Yesterday, Last Week, etc.)
- Modified Date: Groups objects by most recent modification
- Tables and Related Views: Shows each table with its related queries, forms, and reports nested beneath it
- Custom Categories: Create your own organizational groups (e.g., "Customer Management," "Reporting," "Administration")
To change grouping: Click the Navigation Pane menu bar at the top, select "Navigate To Category," then choose your preferred grouping method.
2. Search Functionality
The search box at the top of the Navigation Pane allows instant filtering by object name. As you type, Access dynamically filters the visible objects, making it easy to locate specific items in databases with dozens or hundreds of objects.
Search tips:
- Partial name matching: Type "cust" to find "Customers," "CustomerOrders," "CustomerReport"
- Clear search: Click the X button or delete all text to restore full object list
- Search is case-insensitive
3. Customization Options
The Navigation Pane can be customized to match your workflow preferences:
- Width adjustment: Drag the right edge to resize the Navigation Pane
- Show/hide groups: Expand or collapse object categories by clicking the category header
- Display options: Choose between icon view, list view, or details view
- Sort order: Sort objects alphabetically, by creation date, or by modification date
- Hide Navigation Pane: Press F11 to toggle the Navigation Pane visibility for maximum screen space
4. Right-Click Context Menus
Right-clicking any object in the Navigation Pane reveals a context menu with options specific to that object type:
- Open: Opens the object in its default view (Datasheet for tables/queries, Form View for forms, Report View for reports)
- Design View: Opens the object in Design View for modification
- Export: Export object data to Excel, PDF, or other formats
- Rename: Change the object name
- Delete: Remove the object from the database (with confirmation prompt)
- Properties: View and modify object properties
- Save As: Create a copy of the object
5. Drag-and-Drop Capability
Objects can be dragged directly from the Navigation Pane into other Access components:
- Drag a table into a query Design View grid to add it as a data source
- Drag a field from a table onto a form or report to create a new control
- Drag objects between Navigation Pane groups when using custom categories
Opening and Working with Database Objects
Access provides multiple methods for opening objects from the Navigation Pane, each suited to different workflows:
Methods to Open Objects
- Double-click the object name: Opens the object in its default view
- Tables and Queries: Open in Datasheet View
- Forms: Open in Form View
- Reports: Open in Report View
- Select and press Enter: Click once to select, then press Enter to open
- Right-click and select Open: Provides access to view options (Open, Design View, Layout View, etc.)
- Drag to desktop or form: Creates a shortcut or adds the object to another interface element
Switching Between Views
Once an object is open, you can switch between different views using the View button on the Home ribbon:
- Design View: Modify the object's structure, properties, and layout
- Datasheet View: View and edit data in tables and queries
- Form View: Interact with forms as end users would see them
- Layout View: Make design changes while viewing live data (forms and reports)
- Report View: Preview reports on screen before printing
- Print Preview: See exactly how reports will appear when printed
Keyboard shortcut: Press F5 to switch between Datasheet View and Design View for tables and queries.
Managing Multiple Open Windows
As you work with multiple database objects simultaneously, Access provides several window management options:
Window Controls
Each open object appears in its own window with standard Windows controls:
- Maximize button
: Expands the object window to fill the entire Access workspace
- Restore button
: Returns a maximized window to its previous size
- Minimize button
: Collapses the window to the Access taskbar (not commonly used in Access)
- Close button
: Closes the object window
Navigating Between Open Windows
When multiple object windows are open, you can switch between them using:
- Click visible portions: If any part of a window is visible, click it to bring it to the front
- Window menu: The Window menu on the ribbon displays all open windows; click one to activate it
- Keyboard shortcuts: Use Ctrl+F6 to cycle through open object windows
- Document tabs (Access 2007+): By default, objects open in tabbed windows at the top of the workspace for easy switching
Tabbed Documents vs. Overlapping Windows
Access 365 supports two window modes:
- Tabbed Documents (default): Each object opens in a tab at the top of the workspace, similar to web browser tabs. Click tabs to switch between objects. This mode maximizes screen space and simplifies navigation.
- Overlapping Windows: Objects open in separate, resizable windows that can overlap. This legacy mode allows side-by-side viewing of multiple objects.
To change window mode: File → Options → Current Database → Document Window Options
Organizational Best Practices
Effective Navigation Pane organization improves productivity, especially in complex databases:
1. Use Custom Categories for Large Databases
For databases with 50+ objects, create custom categories that reflect your workflow:
- By function: "Data Entry," "Reporting," "Administration," "Utilities"
- By module: "Sales," "Inventory," "HR," "Finance"
- By user role: "Manager Tools," "Staff Forms," "Admin Only"
To create custom categories: Right-click the Navigation Pane title bar → Navigation Options → Create Custom Category
2. Apply Naming Conventions
Consistent object naming makes Navigation Pane organization more effective:
- Prefix by type: tblCustomers, qryActiveSales, frmOrderEntry, rptMonthlySummary
- Group related objects: CustomerList, CustomerDetail, CustomerReport (all start with "Customer")
- Avoid spaces: Use underscores or camel case (Customer_List or CustomerList instead of "Customer List")
3. Hide System Objects
By default, Access hides system tables and queries to reduce Navigation Pane clutter. Keep this setting enabled unless you need to modify system objects for advanced development.
To show/hide system objects: Navigation Pane menu → Navigation Options → Show System Objects checkbox
4. Use "Tables and Related Views" for Understanding Relationships
This grouping mode shows each table with its associated queries, forms, and reports nested underneath—extremely valuable for understanding how objects relate and for maintaining database dependencies.
Important: Closing the Navigation Pane vs. Closing the Database
Critical distinction: There is a difference between hiding the Navigation Pane and closing the database:
- Hide Navigation Pane (F11): Temporarily hides the pane for more screen space; the database remains open
- Close Database (File → Close): Closes the entire database and all open objects
Access automatically saves data as you enter it, so you won't lose work if you accidentally close the database. However, if you've been modifying object designs (tables, queries, forms, reports), Access will prompt you to save design changes before closing.
Best practice: Save object designs frequently (Ctrl+S) to avoid losing design work if Access crashes or you accidentally close the database.
Historical Context: The Database Window
Note for users of older Access versions: If you're working with Access 2003 or earlier, you'll use the "Database Window" instead of the Navigation Pane. The Database Window provided similar functionality but with a different interface:
- Location: Appeared as a floating window within Access rather than a docked pane
- Object bar: Used buttons on the left side to switch between object types
- Limited grouping: Only organized objects by type, without custom categories or alternative grouping options
- Toolbar: Included a toolbar at the top with Open, Design, and New buttons
The Navigation Pane introduced in Access 2007 provides significantly more flexibility and better organization capabilities than the legacy Database Window.
Practice: Opening and Closing Database Objects
Follow these steps to practice navigating the Navigation Pane:
- Open a table:
- Locate the Clients table in the Navigation Pane
- Double-click to open it in Datasheet View
- Observe the table data displayed in rows and columns
- Maximize the window:
- Click the Maximize button to expand the table to full workspace size
- Notice how maximizing provides more visible columns and rows
- Close the table:
- Click the Close button (X) on the table's tab or window
- The table closes, returning you to the Navigation Pane view
- Switch to Forms:
- In the Navigation Pane, expand the Forms category (if collapsed)
- View the list of available forms in the database
- Open a form:
- Double-click the Clients form to open it in Form View
- Observe how forms provide a more user-friendly interface than tables
- Close the form:
- Click the form's Close button to return to the Navigation Pane
- You've now successfully navigated between different object types
Experiment further: Try using the right-click context menu on objects to explore Design View, properties, and other options. Practice using the search box to quickly locate objects by name.
File Formats in Modern Access
Next Steps
Now that you understand how to navigate database objects using the Navigation Pane, you're ready to learn Access terminology and object relationships. The next lesson reviews key database concepts and prepares you for a module quiz on Access fundamentals.
Mastering the Navigation Pane is the foundation for efficient Access work—every database task begins by locating and opening the right object. As you gain experience, explore custom categories, naming conventions, and organizational strategies that match your specific database needs.
