Creating accde file

  • Thread starter Thread starter kenista
  • Start date Start date
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.
 
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.
 
Back
Top