buttons in the compiled assde that move between forms don't work !
they work normaly in the original database !!
buttons in the compiled assde that move between forms don't work !
they work normaly in the original database !!
What exactly is your question?
What is a "compiled assde"?
Post #2 at http://www.access-programmers.co.uk/...d.php?t=177100
may be helpful.
sory, i meant "accde"
Orange, a compiled accde is a runtime version of an access 2010 database.
amd711, I agree with Orange your original post is a bit vague. The difference between an accde and an accdb is that the VBA and design elements of Access are not available. However one thing to note is that only the compiled version of VBA is copied. If you've made changes and not compiled the changes will not be included in the accde.
how to combile changes?If you've made changes and not compiled the changes will not be included in the accde.
go into the module of the accdb in the menu there is 1 called debug click on that and the first option is compile.
Thank you ....