I have a custom menu bar that loads when certain forms are open. Right now all the menu options that I have run existing menu commands from Access. This is good, however I would like to be able to run a section of code (stored in a module) from a custom menu command. Can this be done? I can do it by setting a menu command to open a form and then call the module code from the form's OnOpen event, however that would require a different form for every piece of module code that I want to run. Any other suggestions?