Re: module not found, access forms

A

Allen Browne

The database is partially corrupt.

1. Close Access. Make a backup copy of the mdb file (without overwriting any
other backups you have).

2. Open Access. Compact the database: Tools | Database Utilities | Compact.

3. Close Access Open the command prompt, and decompile by entering something
like this (all one line, and include the quotes):
"c:\Program Files\Microsoft office\office\msaccess.exe" /decompile
"c:\My Documents\MyDatabase.mdb"

4. Open Access. Compact again.

Test. If it's still not right, create a new (blank) database, and import all
the *other* objects. You may then be able to import this form from an old
backup.
 

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