Oct 22, 2007 #1 moonbase Programmer Joined Nov 18, 2002 Messages 57 Location GB How can I hide the database window button in the toolbar by code in an mde file? I have the standard toolbar available in an mde application but need to disable the database window button for some users. Thanx.
How can I hide the database window button in the toolbar by code in an mde file? I have the standard toolbar available in an mde application but need to disable the database window button for some users. Thanx.
Oct 22, 2007 #2 jrbarnett Programmer Joined Jul 20, 2001 Messages 9,645 Location GB Code to hide the database window is included in: http://www.mvps.org/access/general/gen0031.htm John Upvote 0 Downvote
Oct 22, 2007 Thread starter #3 moonbase Programmer Joined Nov 18, 2002 Messages 57 Location GB Thanks but this shows or hides the window. What I need to do is hide the button in the toolbar. Upvote 0 Downvote
Oct 22, 2007 #4 jrbarnett Programmer Joined Jul 20, 2001 Messages 9,645 Location GB Produce a customised toolbar and set it as the default toolbar where the people shouldn't need to access the DB window. John Upvote 0 Downvote
Produce a customised toolbar and set it as the default toolbar where the people shouldn't need to access the DB window. John