Building Menus and Toolbar

Irfan Salim

Registered User.
Local time
Today, 08:39
Joined
Oct 3, 2002
Messages
16
I developed an HR Database. In this System, there is a main switchboard containing 4 items:
1. Dictionaries
2. Employee Information
3. Lookup/Search Information
4. Exit

There is another switchboard for dictionaries with following items:
1. Department
2. Designation
3. Employment Status

What I want is:

1. To create a menu for these items instead of switchboard.
2. Toolbar items for Employee Information, Search and Exit.
 
This is not difficult. Check in your Access Help under "menus, creating menu bars" and Toolbar Buttons, adding to toolbars.

All you've got to do is either write some code or create macros which launche the different forms, then assign the code or macro to either the menubar or toolbar button.
 

Users who are viewing this thread

Back
Top Bottom