Can't make MDE File

Matrix_zero

Registered User.
Local time
Today, 12:40
Joined
Jan 26, 2005
Messages
64
Why would my 'make mde file' button not be enabled? Any suggestions?
 
You need to open Access without having a database open in order for the 'Make MDE File' to be enabled.
 
1. The database must compile without error.
2. The database format must be equal to the Access version. That means that A2003 can only make an .mde file out of your .mdb if the .mdb is in A2003 format. A2003 and A2002 cannot make .mde out of databases stored in earlier versions of Access. If you need to make an A2K .mde, you need to make it from an A2K version of Access. If you need to make an AXP .mde, you need to make it from an AXP version of Access, etc.
 
Wow, I didn't know #2.


That's kinda crappay. lol.
 
Pat Hartman said:
1. The database must compile without error.
2. The database format must be equal to the Access version. That means that A2003 can only make an .mde file out of your .mdb if the .mdb is in A2003 format. A2003 and A2002 cannot make .mde out of databases stored in earlier versions of Access. If you need to make an A2K .mde, you need to make it from an A2K version of Access. If you need to make an AXP .mde, you need to make it from an AXP version of Access, etc.


how can i compile the database? i try to locate all the errors in the mdb.
 
In the Vb window, select Debug, then Compile. Any errors will be highlighted.
 

Users who are viewing this thread

Back
Top Bottom