Menus

  • Thread starter Thread starter aurora
  • Start date Start date
A

aurora

I am using Access 2000

I have a main menu (Menu A) with options to 4 other
individual menus (Menu 1, 2, 3, &4). I want a command
button in each individual menu to close that menu and
return to the main menu (Menu A). I used the close Macro,
but it takes me down to my desk-top but keeps Menu A on
the bar at the bottom of the screen.

What can I do to simply close menu 1 and automatically
return to Menu A????????????

Aurora
 
Aurora,

I assume the "menus" are forms, and that there is a macro on the Menu
A buttons which open the other forms. What else is this macro doing
as well as open the other forms? It sounds like it could also contain
an action to minimise or hide Menu A, and if this is the case you will
need to reverse this process when you close the subsidary menus, using
Restore action or SelectObject action.

- Steve Schapel, Microsoft Access MVP
 
Back
Top