Avatar of Wonderwall99
Wonderwall99
 asked on

MS Access - Unable to View Tables, Queries, etc.

Hello,
I'm trying to view the tables, queries, etc. of a database.  It looks like the database creator hid these from the end users because when I open the database all I can see is a Form (the design tab, etc. are not visible).    Is there anyway I can view these?  The creator is out on leave so it will be awhile before I can ask him.  And, out of curiosity, how is the creator able to see these?  The database does not ask for logon credentials when you open it.  Is this done through linking to another database or something?
Microsoft Access

Avatar of undefined
Last Comment
DatabaseMX (Joe Anderson - Former Microsoft Access MVP)

8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
DatabaseMX (Joe Anderson - Former Microsoft Access MVP)

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
PatHartman

If the developer has not disabled the shift-bypass key, you can open the database in design view by holding the shift key while double clicking on the database.  This prevents the startup code from running so the menus should be active and the navigation pane should be visible.  Then to "run" the app, you would find the startup form and run it.  Then you will be able to run the app but still switch objects into design view.   However, if the developer distributes the app as an .accde, then you cannot make design changes and you will not be able to go into design view on any object that has a code module.

If the developer distributes as an .accdr, you can try renaming to .accdb and see if the above instructions work.
DatabaseMX (Joe Anderson - Former Microsoft Access MVP)

Hi ...
Note:  In the Nav Pane, if you right click over a Table that is now visible ... and select Table Properties, you can uncheck the Hidden property.
And you can tell if the Hidden Property is set because that Table name will be grayed out of sorts.
I started with Experts Exchange in 2004 and it's been a mainstay of my professional computing life since. It helped me launch a career as a programmer / Oracle data analyst
William Peck