ToolBAR QUESTION

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