CREATE OVERLAY MENUS

I am alive

Member
Local time
Today, 20:42
Joined
Aug 29, 2020
Messages
139
I greet you all. I am kindly requesting for assistance in creating overlay menus just like in the attached screenshot below.
I would like such that if you click lets say object type it opens another form.
when a form is opened the menus should not disappear. Thanks in advance.
1663135283323.png
 

Attachments

  • 1663134945753.png
    1663134945753.png
    72.9 KB · Views: 120
you would use docmd.open....whatever to open a form, report, table whatever.

so you might have a listbox to list your forms, another for reports etc. For the forms listbox (called say listForms) you would put the following in the on click event

docmd.openform listForms
 
I suggest that you look at the menu system proposed by MajP


It gives more flexibility and can be easily expanded without the need for more buttons and the need for additional screen space.
 
I would like such that if you click lets say object type it opens another form.
create a Form and put that menus as subform.
create another subform beside it.
set the Source Object of the second subform to whatever form you need to open.
 
create a Form and put that menus as subform.
create another subform beside it.
set the Source Object of the second subform to whatever form you need to open.
Thanks sir. I would appreciate if there was a demo
 
Good to see you are using my nav pane helper add-in
Do you want something like this?
 
Sorry but I’m unclear what you want. I’m out for a few hours but will reply once you clarify what you need
 

Users who are viewing this thread

Back
Top Bottom