Built menubar with submenus

  • Thread starter Thread starter justme22
  • Start date Start date
J

justme22

Hello is it possible to built your own menubar with VBA in MS Access?
I mean a complete menu with sub menus?
 
Add a reference to whatever version of Office you're using, and look at Help
for the CommandBars collection and its Add method.
 
You can use vba, but you can also use the mouse and drag and drop (a much
easier process).

I mean, you CAN use VBA to build and create a form, but most of use simply
use the graphical interface and the mouse, since using code is a lot (too
much) work.

The same goes for designing menu and tool bars, you don't need code...but
can use the "design" mode in ms-access...

Here is some screen shots of menus in ms-access, and also some tips on why I
use them

http://www.members.shaw.ca/AlbertKallal/Articles/UseAbility/UserFriendly.htm
 
Back
Top