I'm running an application that has several subsequent forms. I'd like to be able to close the individual form without closing the app. I've included my code and would appreciate any help.
If RUS_Exit("Form Exit") Then
Me.Close()
Else
e.Cancel = True
If RUS_Exit("Form Exit") Then
Me.Close()
Else
e.Cancel = True
Comment