Creating ADE file

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm attempting to create a .ade file from my .adp file. When I select the option Tools/Database Utilities/Make ADE File...

It then asks me what name to save it as...after I select save, there is a slight pause and then get the following response: Microsoft Access was unable to create an ADE database.

I have been able to create an .ade file before. I have recently made changes to the application.

Thanks,
Bill
 
It is possible there is code error somewhere. Go to VBA Editor and compile
it (VBA Editor->Debug->Compile...". Compiling would find code error. You fix
the error until compiling goes through, then you should be able to make
*.ade file.

Bill D said:
I'm attempting to create a .ade file from my .adp file. When I select the
option Tools/Database Utilities/Make ADE File...
It then asks me what name to save it as...after I select save, there is a
slight pause and then get the following response: Microsoft Access was
unable to create an ADE database.
 
I just wanted to thank you for the advice, that was the problem. A table had been modified and the fields no longer existed.

Thanks!

Bill
 
Back
Top