Theman
08-22-2001, 10:34 PM
I have a perplexing problem. I have a password form that upon successful input of the password the main input form loads. I have some code that hides all the tool bars thus forcing the user to use the commands and controls on the form. However, I cannot get the default menu bar to go away. I am using the following line:
DoCmd.ShowToolbar "Menu Bar", acToolbarNo
This doesn't work.
But when I open the form directly from the database window, the menu bar does go away. Can anyone figure this one out? I just want the form only to show, no tool bars, database window etc. Thanks.
DoCmd.ShowToolbar "Menu Bar", acToolbarNo
This doesn't work.
But when I open the form directly from the database window, the menu bar does go away. Can anyone figure this one out? I just want the form only to show, no tool bars, database window etc. Thanks.