Ending the application

SteveInBeloit

Well-known member
Joined
May 22, 2006
Messages
132
Programming Experience
10+
Hi,
What is the proper way to end the application? Me.Close will close the form you are on, but the previous one is still underneath. Do you have them perform me.Close form each form until you get back to the logon form? Probably not. I could not see a me.Quit. Will me.close completely end it even on the main form? I see from the login form, if I do a me.close, the code on past that still runs.
Thanks
Steve
 
Back
Top