"...was unable to create an MDE database"

A

an

Hello!

I have an File.mdb and work Fine.
But, when I create an Form/SubForm with Chart, don't
create File.mde database. Why?

Thanks in advance
an
 
V

Van T. Dinh

There are a number of possible reasons:

1. The mdb file and Access software you used are not of
the same version. This often happens if you use Access XP
as the default file format when you create a new mdb in
Access XP is actually A2K file format, NOT AXP file
format. In this case you need to convert the mdb file to
AXP file format before you can create the mde.

2. You may have Compile Error(s) some where in your
code. Open any code module and compile your code. If
there is any Compile error found, fix it and then compile
your code again until no error is found.

HTH
Van T. Dinh
MVP (Access)
 
A

an

ok!
I'm go to try...
Many thanks
-----Original Message-----
There are a number of possible reasons:

1. The mdb file and Access software you used are not of
the same version. This often happens if you use Access XP
as the default file format when you create a new mdb in
Access XP is actually A2K file format, NOT AXP file
format. In this case you need to convert the mdb file to
AXP file format before you can create the mde.

2. You may have Compile Error(s) some where in your
code. Open any code module and compile your code. If
there is any Compile error found, fix it and then compile
your code again until no error is found.

HTH
Van T. Dinh
MVP (Access)



.
 

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