HardingR2000
Programmer
Access 2002
On my main form I have a button which runs code in a module that closes the main form and then does an Application.Quit acQuitSaveNone.
When using the task manager to monitor the msaccess.exe, I have noticed a delay of up to 5-6 seconds between the time the application closes (QUITS) and the removal of msaccess.exe from the task manager window. Of course this time varies depending on the speed and resources available on the particular PC running the application.
Can I assume that the delay is due to Access and/or the OS cleaning things up?
The above scenario is acceptable because the close form and Application.Quit commands effectively remove the application and the MSAccess container from the screen and leaves the cleanup work to be done behind the scenes by the OS.
However, when the application is closed by clicking on the X box in the upper right corner of the application, not all of the application immediately leaves the screen. The MSAccess container remains on the screen until the msaccess.exe task has almost completed its cleanup work. For users with a slower or resource constrained PC it can be somewhat annoying and confusing to have the msaccess container still opened for up to 6-15 seconds after they thought they had quit the application.
Is there a solution to this problem?
On my main form I have a button which runs code in a module that closes the main form and then does an Application.Quit acQuitSaveNone.
When using the task manager to monitor the msaccess.exe, I have noticed a delay of up to 5-6 seconds between the time the application closes (QUITS) and the removal of msaccess.exe from the task manager window. Of course this time varies depending on the speed and resources available on the particular PC running the application.
Can I assume that the delay is due to Access and/or the OS cleaning things up?
The above scenario is acceptable because the close form and Application.Quit commands effectively remove the application and the MSAccess container from the screen and leaves the cleanup work to be done behind the scenes by the OS.
However, when the application is closed by clicking on the X box in the upper right corner of the application, not all of the application immediately leaves the screen. The MSAccess container remains on the screen until the msaccess.exe task has almost completed its cleanup work. For users with a slower or resource constrained PC it can be somewhat annoying and confusing to have the msaccess container still opened for up to 6-15 seconds after they thought they had quit the application.
Is there a solution to this problem?