Make MDE is greyed out

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

Guest

I wanted to make MDE file, but the option is greyed out.
What could be the reason? Is there another way by which I can create and MDE
file?

Thank you,
-Me
 
If you are using Access 2002 or 2003, and the Database Window says it is in
"Access 2000 format", you need to convert the database to the 2002/2003
format:
Tools | Database Utilities | Convert

Some other possible issues:
1. You have broken references:
http://allenbrowne.com/ser-38.html

2. You have code that will not compile.
(Compile on the Debug menu, in the code window.)

3. It already is an MDE.

4. You don't have permissions, or the database is read-only, or another
user/process is using the database.
 
Back
Top