Make MDE file

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

When I try to make MDE file. I got error message " Microsoft Access was
unable to create an MDE database". Does anyone know what wrong?

Thanks
 
There are a couple of possibilities. It could be that your database is not
compiled. Try compiling it first and see if it works. Failing that, is the
database created in the same version that you are attempting to make an MDE
file in?
 
How do I compile? I don't know what you mean. Database and MDE created in the
same version.
Thanks
Ashley
 
Open your database. Press Ctrl + G. In the window that opens select Debug >
Compile. It will point you to any errors you have. Fix them, then go back to
the database and try to create the .mde file again.
 
Ashley,

It has happened to me when there is a missing reference on the project. Open
a module or go behind any form (View Code) and in there go to the menu and
click on Tools->References and fix anything that begins with the upper-cased
word MISSING.

Also, as Lynn Trapp said, try to compile all the modules to see if an error
come up.

-Randy
 

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

Similar Threads

making a MDE file 4
Labels in mde 2
Can't make an MDE file. 4
MDE 8
Envelope Label in mde 1
MDE file 6
Creating an MDE file 1
Split database Access 2000/2003 4

Back
Top