|
Question : Popup form prevents popup menu on a subform; is their a solution?
|
|
Hello,
I have an application in which I hide the MS Access application window and present the user with a popup form (you have to use a popup form in order to be able to hide the application window it seems). This form has a subform which is presents data in datasheet view.
I have found that I cannot access popup menus on the subform when the main form is a popup form. I need these to enable the the user to sort and filter the subform data table.
Is there a solution to this?
Thanks
Pico
|
|
Answer : Popup form prevents popup menu on a subform; is their a solution?
|
|
If you want to hide the main menu, the command is:
Application.CommandBars("Menu Bar").Enabled = False
Cheers!
|
|
|