DB will not convert to .MDE file - No explanation!

J

James W

Hello.

Access 2000

VBA code password protected.

I tried to convert the db to .MDE file but got (very unhelpful) error
message stating that an error occurred during conversion.

Anybody struck this problem ?


T.I.A.
 
C

Chris Reveille

This usually means you have some bad VB code. Go into one of your modules
and try to compile. The error should be identified
 
K

Klatuu

Before compiling, It would not be a bad idea to do a decompile.

In your Start -> Run enter msaccess.exe /decompile "Mydatabase path and name"
 
K

Klatuu

Thanks for providing today's lesson. I don't do it as a matter of habit. I
only use it if there is some corruption AND after a TESTED backup is in place.

I do appreciate the link.
 
Top