Hi Guys!
I wanna ask questions about the code
Me.hide
I have a button to switch between two forms, and I used the me.hide code to perform the action.
However When I exit the program, the debug is still on, meaning that the form which I hide is still running.
But if I use the code
Me.close
the whole program closes down.
Is there a way to close down a form and a new form is shown up, and be able to switch back the first form and stop the debugging process after exiting?
Thank you!