MSysDB error on startup for front end db

R

rivka.howley

I get the error message:

"The Microsoft Jet Engine database could not find the object 'MSysDB'
......"

when opening my front end database. From my research I've learned that
it's pretty difficult to recover the file after getting this error.

This database does have a few tables in it that are used for
temporarily storing data. I'm not worried about the tables though, just
the code that is contained in this database. Is there a way I can get
to the VBA code (both as modules and as code attached to forms)?
 
D

Douglas J. Steele

Create a new database, and try to import the code into the new database from
the existing one.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top