Cannot make MDE?

  • Thread starter Thread starter Henro
  • Start date Start date
H

Henro

I split up an existing database into a backend and used the original
frontend to create three different frond-ends. Now I want to convert these
frontends into MDE but I cannot? What to do?

Grzt & Thnx Henro
 
The two most likely reasons for getting this message are:

1. A compile error in VBA code. Open the VBA editor by pressing Alt+F11.
From the menu, select Debug, then Compile. If there are any code errors
they will be highlighted and the compile will stop. Fix any and all errors
until the Compile completes without messages.

2. You may be trying to create an MDE file from a database that is not in
the same format as the Access version you are using. For example, the
default database file format for Access 2002 is actually Access 2000. BUT,
in order to create an MDE file using Access 2002, the database file format
must also be Access 2002
 
Back
Top