In the database window go to the forms section.
Choose create form in design view.
Access opens a new form, save the form as frmMenuMain
Open frmMenuMain in design view and use the wizard to put a command button
on the form.
Choose form operations, then open form, choose the form from the list,
choose the second option to show all records, choose text and write in the
text that the user will see on the button, name the command button something
like cmdFormName where FormName is the name of the form that is going to be
opened, click Finish.
Save the form. Open in in normal view, click the button and check that it
works as you want.
Add another button and repeat the process and so on.
Jeanette Cunningham