I Want To Know When The MSFT Access Program Is Closed In Visual Basic And Do Some Code Before It Exi
I want to be able to detect when the user presses the 'X' on the top right corner so I can have visual basic do some code before it exits. Like tell them to save or discard changes.
Use the Form_Unload procedure.
You should be able to put some code in there to test for changes and whatnot.
Good luck!
You should be able to put some code in there to test for changes and whatnot.
Good luck!
Use the Form_Unload procedure.
You should be able to put some code in there to test for changes and whatnot.
Good luck!
You should be able to put some code in there to test for changes and whatnot.
Good luck!