logo
search
Office Settings & Configuration

Fix Microsoft Access Forms Missing From Navigation Pane After Split

Maira MehtabMaira Mehtab Sep 22, 2026 868 views

Question details

The user needs to restore Microsoft Access forms that are no longer visible in the Navigation Pane after splitting a database into front-end and back-end files.

Product
Microsoft Access
Device & OS
not provided
Scenario
Splitting a Microsoft Access database into front-end and back-end files.
Observed behavior
Certain forms are missing from the Navigation Pane, and they also appear to be missing from untouched backup files.
Before you start

Before altering database configurations or running repair utilities, ensure you create a secure backup copy of both your front-end and back-end database files to prevent any accidental data loss.

Solution 1Recommended

Enable Hidden Objects in Navigation Options

Reveal forms that may have been marked as hidden during the split process by adjusting the Navigation Options display settings.

Microsoft Access often uses a 'Hidden' property for database objects rather than a standard 'Visible' form property. Adjusting the Navigation Pane to show hidden objects is the most common fix.

1
Open Navigation Options

Right-click the top bar of the Navigation Pane in Microsoft Access and select 'Navigation Options' from the context menu.

2
Show Hidden Objects

In the Navigation Options dialog box, locate the 'Display Options' section in the bottom left corner, check the box next to 'Show Hidden Objects', and click 'OK'.

3
Remove the Hidden Attribute

Locate the missing forms in the Navigation Pane (they will appear slightly dimmed or grayed out). Right-click the form, select 'View Properties', and uncheck the 'Hidden' attribute to restore it permanently.

Forms Restored: Once the hidden attribute is removed, the forms will appear normally for all users accessing the front-end file.
Free Microsoft Office alternative

Looking for a Lightweight and Free Office Suite? Try WPS Office

While Microsoft Access handles heavy relational database management, your everyday document, spreadsheet, and presentation tasks can be seamlessly managed with WPS Office. It provides a robust, lightweight, and completely free alternative to Microsoft Office suites, offering high compatibility with your everyday files.

  1. 1. Download and Install: Visit the official WPS Office website to download the free installer for your Windows, Mac, or Linux operating system.
  2. 2. Open Your Office Files: Launch WPS Office and seamlessly open your existing Word, Excel, or PowerPoint documents without losing any formatting.
  3. 3. Enjoy All-in-One Productivity: Use the intuitive tabbed interface to manage documents, spreadsheets, presentations, and PDFs in a single unified workspace.
Fully compatible with Microsoft Office formats including .docx, .xlsx, and .pptx.Lightweight installation that consumes minimal system resources compared to standard Office suites.Familiar, tabbed user interface that makes switching from Microsoft Office incredibly easy.Free built-in PDF editing, conversion, and signing tools.
microsoft office alternative - wps office

Frequently Asked Questions

Why do forms disappear after splitting an Access database?

Forms often disappear because they inadvertently inherit a 'Hidden' property during the splitting process, or because the Navigation Pane's custom display options are set to filter them out in the newly created front-end file.

Can Compact and Repair fix missing data in Access?

Compact and Repair mainly resolves structural index issues, reclaims unused file space, and can restore visibility to corrupted objects in the Navigation Pane. However, it generally cannot recover permanently deleted records or forms.

Is the 'Visible' property the same as 'Hidden' in the Navigation Pane?

No. The 'Visible' property typically applies to form controls or the form window itself during VBA execution. To display an object in the Navigation Pane, you must toggle the 'Hidden' object attribute inside its specific Properties dialog.