I have an Access 2000 application utilizing customized menu and toolbars.
I have a Main Switchboard form with its own customized menu bar. When I open another form via the Main Switchboard, that form's customized menu bar appears; however, the Main Switchboard benu bar remains open as well. I have 2 menu bars showing when I only want the menu bar for the form that is currently active. I would've thought the menu bar would've changed dynamically so that only one menu is showing at a time.
I know I can get rid of the Main Switchboard Menu Bar by closing that form; however, I want the Main Switchboard to always remain open, even if it doesn't have the focus.
I also know I can implement the DoCmd.ShowToolbars command in VBA; however, doing this for every form I open and close over the Main Switchboard seems toilsome and prone to error. There must be a simpler solution that I'm missing.
Any suggestions?
Thanks,
Rick
I have a Main Switchboard form with its own customized menu bar. When I open another form via the Main Switchboard, that form's customized menu bar appears; however, the Main Switchboard benu bar remains open as well. I have 2 menu bars showing when I only want the menu bar for the form that is currently active. I would've thought the menu bar would've changed dynamically so that only one menu is showing at a time.
I know I can get rid of the Main Switchboard Menu Bar by closing that form; however, I want the Main Switchboard to always remain open, even if it doesn't have the focus.
I also know I can implement the DoCmd.ShowToolbars command in VBA; however, doing this for every form I open and close over the Main Switchboard seems toilsome and prone to error. There must be a simpler solution that I'm missing.
Any suggestions?
Thanks,
Rick