Compile an Access MDE

R

Rick Brandt

Carlitos said:
How do I compile an Access MDE and what does it become (an EXE)?

You don't. You create an MDE from an MDB. The resulting MDE has all the VBA code
compiled and the source stripped out. Once you have an MDE that's it. You cannot
make an EXE out of it. It still needs MSAccess.exe to run. The main purposes for an
MDE is to protect your code and to increase performance.
 
C

Carlitos

Rick,

Thanks for the tip. I knew you can't have an EXE out of a MDB.
Nevertheless, I frequently see people making reference to "compile the
Access mdb", and I have always assumed that they don't mean really compiling
it but making a pseudo-compile of a mdb. Just wanted to make sure.

Thanks.
 

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

Can't Create MDE 1
MDE problem 6
When converting MDE 1
Create datasheet in MDE 6
Form minimizing 1
Application Path? 2
Importing Data from an MDE fiile 1
Access Referencing 4

Top