Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

References 1

Status
Not open for further replies.

Domino2

Technical User
Joined
Jun 8, 2008
Messages
475
Location
GB
If an mde version is given to a user where a reference to say DAO is not made, can they sort it out or do I have to do an mde version that they can open and allow them into module/tools/references? Thanks
 
I wasn't sure so I just opened an MDE. The Tools/References option is grayed out, so I think you'll have to fix it in the MDB and create a new MDE for the user.

Paul
MS Access MVP 2007/2008
 
Thanks both. Re the link info, where would the code go "make sure this is the first piece of code run:!? int he mde version form load, open. Leaves it a bit vague.
 
An Autoexec macro can be used to run code when the application starts, or you can create a small start-up form that checks everything and then either reports an error or opens the main menu.
 
Many thanks Remou, excellent.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top