Error making MDE

  • Thread starter Thread starter Domac
  • Start date Start date
D

Domac

Hi,

I am trying to deploy a MDE but when I try to create it i get "Compile error
in hidden module" error.
I don't have hidden modules!
I even remove all security limitations from all objects using wizard, and
still having the same problem!
Database is in Access 97.


Thank you!
Domagoj
 
1. Compact the database: Tools | Database Utilities | Compact

2. Close Access. Make a backup copy of the file. Decompile the database by
entering something like this at the command prompt while Access is not
running. It is all one line, and include the quotes:
"c:\Program Files\Microsoft office\office\msaccess.exe" /decompile
"c:\MyPath\MyDatabase.mdb"

3. Open Access, and compact again.

If it still gives the error, create a new (blank) database, and import
everything:
File | Get External.
 
Back
Top