Unable to Create the accde file

John Lee

Member
Local time
Today, 01:29
Joined
Dec 1, 2024
Messages
42
Good day, Folks,

I have been trying to create the accde file for my database and I have been following the on screen instructions, however I keep getting the message "Microsoft Access was unable to create the .accde, .mde, or .ade file"

I have check through were there is code written and "Option Explicit" is entered just underneath the "Option Compare Database" and no compile error messages or variables not declared message are coming up! Does anyone have any ideas of what it is that I may be missing in this process.

Your assistance is most appreciated.
 
close your db.
start Access, then Open the database (Browse).
next Open it Exclusively.
then make .accde.
exclusive.png
 
close your db.
start Access, then Open the database (Browse).
next Open it Exclusively.
then make .accde.
View attachment 118453
Hi,

I tried your suggestion, but I kept on getting the same message, so a bit stumped at the moment, I'll go back and check through the database again to see if I can identify anything that may be upsetting the cart.
 
Is it split?
Upload the DB and see if someone else can make an accde?
 
Possibly run /decompile first and then compile again. Perhaps a compile error will then be displayed.
 
I would open a code window, and try to compile the project again. It's hard to see why you can't create a .de file unless there is a compile error. You don't need to have option explicit in order to compile - that just forces you to declare any variables before you can use them..
 
The only time I ran into this is when my database had too much bloat. Recreate it by copying all objects into a new db.
 
is john lee same person as john papa?
 
In addition to the many excellent points already mentioned, other factors can also prevent creation of ACCDE files.
For example, if you have any empty procedures.
See my article for more suggestions:

 
  • Like
Reactions: 823

Users who are viewing this thread

Back
Top Bottom