Unable to create MDE

C

CK

I am using Access 2002 and started off creating a database in Access 2000
format. Later, I converted it to a 2002 format and when I want to create an
MDE file, I get an error:

Microsoft Access is unable to create an MDE database.

Any ideas what are the possible reasons for this and if there is any log
files somewhere I can look to get a clue? Thanks.
ck
 
D

Douglas J. Steele

Have you tried to compile the MDB (on the Debug menu when you're in the VB
Editor)?

That should highlight errors. Repeat until you've corrected them all, then
try your conversion again.
 
C

CK

Thanks, Douglas. That did the trick.

Douglas J. Steele said:
Have you tried to compile the MDB (on the Debug menu when you're in the VB
Editor)?

That should highlight errors. Repeat until you've corrected them all, then
try your conversion again.
 
T

Ted

i'm getting the same error from my a2k mdb file when i try to create an mde
(for the 1st time, btw). so what's the operational definition of "compile the
MDB (on the Debug menu when you're in the VB Editor)?"

thanks for a little bandwidth.

-ted
 
D

Douglas J. Steele

Sorry, I don't understand your question. What is it you're looking for?
 
T

Ted

i want to assure myself there's only one 'Debug' 'button' from the menubar. I
always compile using this every time i add/modify some Event oriented vba
code i author and if this is true then this is not helping me.

-ted
 
Top