Hid Menu Bar Problem

D

David

With Application
Application.CommandBars.ActiveMenuBar.Enabled = False
End With
DoCmd.Maximize

This works fine when you open the swicthboard, but when you go to a
different form and exit the form the menubar show itself. This is under the
open and close procedure
any thoughts?
 
Top