Code:
'Command1, I am assuming is the name of your button
Private sub Command1_Click()

menu2.Show
'If you want to hide the first form, just use
'menu1.hide
'otherwise the menu2 form with be shown ontop of the first



End sub