BecauseIcan
New Member
- Joined
- Sep 9, 2011
- Messages
- 14
I have mult-Forms that need to be in and out of focus. A menu that can be selected from any screen. From the menu you can return to any form. Using the "Unload Me" and "Frm.show" produces a run-time 400. I know this is probable a really dumb question but I appreciate all ideas.
Code:
'Returns to the Main Menu1
Private Sub cmdReturnMain_Menu1_Click()
Unload Me
Main_Menu1.Show
End Sub