Normal form view missing for Access database version 2608

Accounts 0 Reputation points
2026-09-17T11:15:58.2233333+00:00

I have an access database that was written for us with a personallised ribbon. I normally open the database and have a personalised form view that allows me to search, update and create records. I have opened it up as normal and all I can see is the tables with data. It does not appear to have the option to simply toggle between views.

How do I get the normal view back? It is version 2608 of Access

Microsoft 365 and Office | Access | For business | Windows
0 comments No comments

3 answers

Sort by: Oldest
  1. AI answer

    2026-09-17T11:16:16.0466667+00:00

    Try these Access checks in order:

    1. Open the form from the Navigation Pane.
      • In the Navigation Pane, look for the form name and double-click it, press Enter, or right-click it and select Open.
      • If the Navigation Pane is hidden, press F11 to show it.
    2. Restore the startup form.
      • Go to File > Options > Current Database.
      • In Display Form, select the form that should open automatically.
      • If needed, clear Display Navigation Pane if the goal is to open straight into the form without showing the object list.
      • Click OK.
    3. Check whether the Navigation Pane was disabled from startup settings.
      • Go to File > Options > Current Database.
      • Under Navigation, make sure the settings match how the database normally opens.
    4. If the database uses a custom ribbon, restore the default Ribbon temporarily.
      • Go to File > Options > Current Database.
      • Under Ribbon and Toolbar Options, delete the contents of the Ribbon Name box.
      • Close and reopen the database.
      • This can help if the personalized ribbon is no longer exposing the commands normally used to open the form.
    5. If the form itself opens but the custom ribbon is missing only for that form:
      • In the Navigation Pane, right-click the form and choose Design View.
      • Press F4 if the property sheet is not visible.
      • On the Other tab, check the Ribbon Name property.
      • Save, close, and reopen the form.

    If the issue started suddenly and only tables are showing, the most likely causes supported here are that the startup form is no longer set, the Navigation Pane is being shown instead of the startup experience, or the custom ribbon assignment has changed.


    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

  2. Roebe Ta 1,120 Reputation points Independent Advisor
    2026-09-17T11:54:27.2766667+00:00

    Hello @Accounts,

    Good day! I hope you are doing well.

    To help provide the most accurate and effective solution for your issue, could you share a bit more detail about your setup:

    • Is the database file an.accdb or.accde file?
    • Did the issue start immediately after updating to Version 2608, or had the database been working normally on that version previously?
    • Are you the only user experiencing this issue, or are other users of the same database seeing the same behavior?
    • When you open the database, do you see any Forms listed in the Navigation Pane, or do you only see Tables?
    • Have you tried pressing F11 to show or hide the Navigation Pane, and if so, does it change what is displayed? Access uses F11 to toggle the Navigation Pane.

    If possible, could you also provide a few screenshots of what you are seeing when the database opens? Please remove or obscure any personal, confidential, or sensitive information before uploading the images.

    This additional context will help us understand your environment and the steps already taken so we can tailor the guidance to resolve the issue effectively.

    In the meantime, it sounds like the database's startup form may not be loading. In many Access applications, a custom form or dashboard is configured to open automatically, while the underlying tables remain hidden from day-to-day users. If the startup form or AutoExec process does not run correctly, Access may open directly to the tables instead.

    Please check whether the form can be opened manually from the Navigation Pane, verify the Display Form setting under File > Options > Current Database, and see whether an AutoExec macro is present and functioning.

    User's image

    Looking forward to your response so we can get this sorted out for you together.

    Was this answer helpful?

    0 comments No comments

  3. George Hepworth 23,120 Reputation points Volunteer Moderator
    2026-09-17T12:13:24.4266667+00:00

    What you describe could be the back end of a split database, rather than the front end, where the forms, reports, queries, and VBA are.

    So, before we go off looking for other problems to solve, let's start there.

    This database was created for you and the proper architecture is for it to be split as I suggested. You may not even have been aware of that if the developer didn't explain it when they delivered it.
    Look in the folder. Do you see two accdb, or accde files with the same root name? One of them might have a suffix identifying it as the "Back End" or "BE". If so, open the Front End and see if that resolves the problem.

    If not, post back with more details.

    Thank you.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.