|
Question : Auto Close procedure
|
|
I have an application that has some steps that need to be run when the user closes the application. The application has a main form from which most information is run but there are a few additional forms that can be opened. I have set up the close procedures in the On Close event of the main form but how do I get those processes to run if the user closes the application from one of the other forms (by pressing the Access Close button)?
|
|
Answer : Auto Close procedure
|
|
you need to disable the X close button from the application window
How to disable the Close button on the Application window and the Exit command on the File menu http://support.microsoft.com/?kbid=300688
|
|
|