Only table are Visible

J

jerrycat

When i open a specific database File only the tables in the database are
visible though i know that there are forms, queries pages in the database
how can i make everything visible that is in the database
 
A

Arvin Meyer

Most good Access database designs are split with the forms, etc. in a
front-end running on a workstation, linked to the tables in another
database, running on a server, or even on the same workstation. That allows
easy maintenance of the objects, without affecting the data, and on a
network, greatly reduces the chance of corruption.

Perhaps you are looking at one of the backend databases?
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads:
http://www.datastrat.com
http://www.mvps.org/access
 
Top