Re: module not found, access forms

  • Thread starter Thread starter Allen Browne
  • Start date Start date
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.
 
Back
Top