PDA

Click to See Complete Forum and Search --> : Access Forms (Custom Menus)


Barguast
Nov 28th, 2005, 07:30 AM
This is a simple enough question I would hope, but there doesn't seem to be much on the internet about it (presumably because it is incredibly obvious :p)

How do I create a menu for a form in Access? In VB, each form has a menu editor, but I can't find anything similar in the Access form designer / VBA.

RobDog888
Nov 28th, 2005, 02:30 PM
Thats because there is no real menu editor as Office uses the CommandBars collection.

The easy way would be to manually create one using the Customise Menu dialog that popups up when you right click on a menu or toolbar. Depending on your needs you may also do it programmatically but it will take some semi-fancy code. :D