Re: Missing Objects in Database window



Patty O Dors wrote:


"Emily8" wrote:


I have an access database that has a number of tables,
 queries and reports.  When my user went in yesterday,
 everything was gone.  I restored the file from back up,
 but there is still nothing listed.

Is there a hide objects command that would hide all
 the objects from the user's view?  Unless someone else
 went in and deleted all the tables, queries and reports
 (hundreds), I can't think of any other solution.

Any insight would be appreciated.

Yes, there is; you can try opening Tools --> Options, and on the "View" Tab, click the "Hidden objects" check box.


But I can't see much value in hiding every single object in the database. I usually hide the objects that I don't expect to need to edit often. If they were indeed all marked as hidden objects, then having rendered them visible, you might want to change their properties to de-hide them. With "hundreds" of such objects, a VBA function in a Module might be the easiest way to proceed, if you're comfortable with using VBA.

If the problem is not one involving the "hidden" attribute, you might need to open a new, empty database, and import the objects into it. This will likely be tedious, so try doing something else first.

  -- Vincent Johns <vjohns@xxxxxxxxxxxxxxxxxx>
  Please feel free to quote anything I say here.
.



Relevant Pages

  • Re: Hidden Table
    ... queries, reports, etc) and a backend. ... the tables without being able to get into the backend db. ... >> This will let you see hidden objects. ...
    (microsoft.public.access.tablesdbdesign)
  • Re: A2007 ADPs
    ... Passthrough queries can be good for complex reports but excerpt for the ... I admit I had forgotten about this feature, not having done much MDB work ... When the schema of the database is not too complexe, ...
    (microsoft.public.access.adp.sqlserver)
  • Re: Convert MDB to ADP
    ... I will try to explain what I'm using in access mdb about filter queries ... I have a form where I generate reports, queries, forms and by automation I ... Is it possibel to find any function in SQL server to replace Format, ...
    (microsoft.public.access.adp.sqlserver)
  • Re: Linking in Access
    ... Another approach to consider would be to create the front-end, ... queries, forms, reports, then convert it to an .MDE file. ... maybe in a diff DB (diff forms for diff ...
    (microsoft.public.access.gettingstarted)
  • Re: Please help! (Reports and Queries)
    ... By the way MSysTables are hidden system tables. ... that can actually run a query in the applet is Admins. ... still cannot run the queries. ... I need to be able to action a number of queries (& also reports) on my ...
    (microsoft.public.access.queries)