Problem on convert to MDE

C

=C-Black=

Hi all,
Finally finish the project with all your help. Thank you there.
However when I try to convert the front end database to MDE.
Problem are come up again. It tell me fail to convert it to MDE format.
But I got no idea what cause the problem. Is't it any function cannot active
or any code cannot be used in VBA ?

Thank you again
C.B.
 
V

Van T. Dinh

Open any code module and do a Compile to see if you have any Compile error
as a Compile error will stop the MDE creation process.

If any error is found, fix it and then do Compile again until no Compile
errors are found.

Try make MDE again.

If you still can't, make sure the database is the correct file format for
the Access software you are using, i.e. file format is the SAME version as
the Access software. This is often the problem with AXP software since the
default file format for a database created by AXP is actually A2K file
format but AXP software cannot make MDE out of a database in A2K file
format. If this is the case, you need to convert your MDB file to AXP file
format before trying to make MDE.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top