Someone at work has a database on our network and opened it this morning to find that 10 or more tables were missing. Besides someone deleting them, what the heck could have happened. I've never herd of tables disappearing before. Thanks!
Oooh. Yeah. Well...hmmm...do you have a backup? No?
RUN!!!!
Ok, first check the Tools|Options and check the 'show hidden' checkbox, they might have been flagged as hidden, and someone changed that option.
While you're in tools|options, check Show System Objects, and then open a table called MsysObjects. Look in the Name field and try to find the table name there.
If they are not there, then they are definitely gone for good. There is a way if the .mdb was never closed after the deletion that the tables can be restored. But it sounds like this isn't the case.
Often, if someone uses code that does:
Docmd.SetWarnings False
and doesn't turn it back to True, then if you accidentally lean on the delete key, you could totally silently delete every table in the database, or every query, or whatever current tab in the db window is selected. This is a possibility here.
--jsteph
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.