No reduction of file size

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

Guest

I have created a new database program but the file size is 17mb, when I make
it into mde it is still 17mb. I have another program that i created before,
it has much much more forms and tables and modules but the file size is only
7mb in mdb and only about 4mb in mde. Does anyone know what is happening to
my new database? Is their something that I forgot to set?

Thanks!

Tommy
 
MDE does not, repeat NOT, imply a smaller database.

The fact that you had one before that shrank when compiled to MDE doesn't
make that a general rule. Making an MDE "compiles" the VBA code to
"tokenized" form, which may or may not be smaller, and doesn't change
anything else.

Larry Linson
Microsoft Access MVP
 

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


Back
Top