MDE file creation problem

JimJones

Registered User.
Local time
Today, 07:31
Joined
May 6, 2003
Messages
78
Hi,

In using Access 2K, I have created a pretty complex database.

I find now that I cannot make an mde file out of it.

I can however as a test, create a new database, put a single table in it, and create an mde file no problem.

Is there a simple way to figure out what is hanging me up on this issue? Is there some utility available, outside of the Access 2K program that possibly helps ( like some patch or something, of which I may not be aware?)

Thanks,
Jim
 
You need to debug your code as this is more than likely what is hanging up the MDE creation. Open any of your code modules and select Compile from the Debug menu. Once you debug you should be all set. If this still doesn't get it then try creating a new db and importing all of the objects into it as you might have a corrupt database.

HTH,
Kev
 

Users who are viewing this thread

Back
Top Bottom