S
Steven
How do you create a simple menu bar.
Here are the first two items to keep it short:
Reports UserAdmin
----------------------------------
If the user clicks on Reports then the dropdown would be: Including the
Reports on the bar:
Reports
---------
Sales
Location
Reps
If the user clicks on Sales then it should open form "frmSales"
I tried to look under Custom Toobars and all I ended up was a new menu with
2 NewMenu's from the categories and I renamed them but I was lost after that.
I could not see how you add items under the main topic and then call the
DoCmd.OpenForm "frmSales" if the Sales is clicked.
Thank you for your help.
Steven
Here are the first two items to keep it short:
Reports UserAdmin
----------------------------------
If the user clicks on Reports then the dropdown would be: Including the
Reports on the bar:
Reports
---------
Sales
Location
Reps
If the user clicks on Sales then it should open form "frmSales"
I tried to look under Custom Toobars and all I ended up was a new menu with
2 NewMenu's from the categories and I renamed them but I was lost after that.
I could not see how you add items under the main topic and then call the
DoCmd.OpenForm "frmSales" if the Sales is clicked.
Thank you for your help.
Steven