ToolBAR QUESTION

J

Junior

Hi - could someone explain what the below commands are supposed to do?
pros/cons
I was advised somewhere that they would be good to add
to limit users' access to the toolbars - and they seem to do that
only problem is I can't make an mde file, etc. when they are there.
Advice, please

DoCmd.ShowToolbar "Menu Bar", acToolbarNo
DoCmd.ShowToolbar "Form View", acToolbarNo
 
V

Van T. Dinh

These 2 statements simply hide the MenuBar and the "Form View" Toolbar.

In A2K2, I don't have any problem making MDE file for a test MDB using the 2
statements in the Form_Load Event of the "StartUp" Form.
 

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

Similar Threads


Top