error in making mde file

ahvc

Registered User.
Local time
Today, 21:15
Joined
Jun 17, 2002
Messages
41
Hello
When I try to compile an access 2000 mdb file to make it into an mde file, I get this message"

Microsoft Access was unable to create an MDE application.

It does not give any other msg.

This is the first time I am doing this. Pl help with your ideas.

Thanks
VC
 
The most common reason is you have an error in your code. To find the error, you need to open any module and click the menu options... Debug / Compile All Modules. Access will not convert your MDB to a MDE if there is a VBA error.

HTH
 
HTH

I do not have any modules. Just forms, repoprts, tables, queries, macros.

Hence I do not see the 'Debug / Compile All Modules'. How can compile it, otherwise?

So far, I have not seen any error msg popping up (as far as I know) throughout the application.. I would like to know how to run it to find the VBA errors..

Thank you
VC
 
any code behind forms/reports/controls??? try to check...
 

Users who are viewing this thread

Back
Top Bottom