Creating accde file

K

kenista

I am in the final stages of creating my database in access 2007 and it will
not allow me to create an accde file when I click on the make accde button.
It comes up with an error message saying 'Microsoft Office Access was unable
to create the .accde, .mde, or .ade file'

Please help - I would really like to do this as I don't want the users to
play around with the code etc.

Thanks in advance.
 
D

Daniel Pineault

One common reason is that you may have errors in you VBA Programming that are
preventing the conversion to an ade file.

Perform a compile, in the VBE, and fix any errors with your code that are
raised.
Also, I would recommend performing a compact and repair.
Then try again.
--
Hope this helps,

Daniel Pineault
http://www.cardaconsultants.com/
For Access Tips and Examples: http://www.devhut.net
Please rate this post using the vote buttons if it was helpful.
 

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