C
cinnie
greetings
My Main Menu form has an Exit button with the following code:
Private Sub cmdExit_Click()
CloseCurrentDatabase
End Sub
But this crashes when there are other forms open on the screen. What code
can I use that will close ALL forms that are currently open. (they could be
visible or not)
thank you - Cinnie
My Main Menu form has an Exit button with the following code:
Private Sub cmdExit_Click()
CloseCurrentDatabase
End Sub
But this crashes when there are other forms open on the screen. What code
can I use that will close ALL forms that are currently open. (they could be
visible or not)
thank you - Cinnie