how do i create multiple main menus

K

ktfrubel

I am creating a database to house our company procedures. On start up, I
want a main menu to come up (this I know how to do) that will have options
for the departments. I want to click on a department, and then be directed
to another menu that houses just that department procedures and forms.
 
J

John Webb via AccessMonster.com

Unfortunately you will need to design separate forms for each of the
options you want.

However, if there will be many of them, might I suggest creating and using
a toolbar or menu instead? Might be easier.

Alternatively, let Access build you a menu system: Select Tools, Database
Utilities, Switchboard Manager

This method stores all your menu data in a table, and changes the menu
accordingly, though the results don't look overly pretty
 
K

ktfrubel

I have tried doing that. There will not be very many sub meunus. I have
even tried using the wizard, but they do not house the information that I am
looking for.

Thanks for the tips
 
Top