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

  • Thread starter Thread starter James W
  • Start date Start date
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.
 
This usually means you have some bad VB code. Go into one of your modules
and try to compile. The error should be identified
 
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"
 
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.
 
Back
Top