Hello all,
I have a database with five forms, named A to E. I want to display custom shortcut menu 1 in forms A, B and C and shortcut menu 2 in forms D and E.
I was wondering where should I define the menus, in the "On load" event of each form or somewhere else?
Cheers
PS: I am asking this because previously I had defined menu 1 in "On load" event of Form A and then selected it as MenuBar for forms B and C, but when I modified the VBA code of form B the menu got deleted from A too.
I have a database with five forms, named A to E. I want to display custom shortcut menu 1 in forms A, B and C and shortcut menu 2 in forms D and E.
I was wondering where should I define the menus, in the "On load" event of each form or somewhere else?
Cheers
PS: I am asking this because previously I had defined menu 1 in "On load" event of Form A and then selected it as MenuBar for forms B and C, but when I modified the VBA code of form B the menu got deleted from A too.