The following example sets the MenuBar property to a menu bar named CustomerMenu:
Forms!Customers.MenuBar = "CustomerMenu"
To display the built-in menu bar for the form or the application global menu bar, you set the MenuBar property to a zero-length string (" ").
Forms!Customers.MenuBar = ""