VBA has the ability to interact with Access to help create and edit objects
Sub createMenu() Dim myBar As CommandBar Set myBar = CommandBars.Add("My Command Bar") End Sub