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

  • Thread starter Thread starter an
  • Start date Start date
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
 
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)
 
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)



.
 
Back
Top