Making MDE files

  • Thread starter Thread starter Brian
  • Start date Start date
B

Brian

Hello. I am trying to convert my .mdb into an .mde
file. When I click to make .mde file, it tells me that
access cannot make the .mde file, and never tells me
why. I read a few things and they told me that there is
something wrong with my code. But when in the VBA editor
I click on Compile and it goes through just fine, but
access still will not make the .mde file. Anybody have
an idea on how I can find what the problem is? Thanks
for any help!

Brian
 
Probably some form or report is corrupt, or some form with wrong activex
control version can cause this. try to make a copy of mdb, delete forms
one-by-one making mde after each to find out which one cause this problem.
then recreate this form
HTH
 
Back
Top