Hi friends,
This is another in a long line of postings where we quit Access, but an instance remains active that can only be closed through the Task Manager.
I've read through as many postings as I can find, implemented suggestions, and I have searched the MS Knowledge Base, but still this problem remains:
There is an Exit button on my navigation screen. I use Application.Quit and the program quits smoothly most of the time. However, if I open one particular form (either from the database window or programmatically) and subsquently close it (either using the Close Form button on the form, or the upper right close button (x)) the application fails to close completely when I hit my Exit button on the navigation screen. A minimized but empty task remains on the task bar.
I have commented out all the code in both the forms in question -- only left the Application.quit line in the BtnClose_Click event on the navigation form. Still the simple act of opening and closing this one other form causes it to close differently.
One more thing. If I forget about the button and use File/Exit, the app closes completely.
I am using Access 2002 over XP Pro. I have tried the standard heal-the-database routines, including compact & repair, decompile/compile, import to blank database. I also tried tacking acSaveNone onto the Application.quit command.
Many thanks in advance for insight or suggestions.
This is another in a long line of postings where we quit Access, but an instance remains active that can only be closed through the Task Manager.
I've read through as many postings as I can find, implemented suggestions, and I have searched the MS Knowledge Base, but still this problem remains:
There is an Exit button on my navigation screen. I use Application.Quit and the program quits smoothly most of the time. However, if I open one particular form (either from the database window or programmatically) and subsquently close it (either using the Close Form button on the form, or the upper right close button (x)) the application fails to close completely when I hit my Exit button on the navigation screen. A minimized but empty task remains on the task bar.
I have commented out all the code in both the forms in question -- only left the Application.quit line in the BtnClose_Click event on the navigation form. Still the simple act of opening and closing this one other form causes it to close differently.
One more thing. If I forget about the button and use File/Exit, the app closes completely.
I am using Access 2002 over XP Pro. I have tried the standard heal-the-database routines, including compact & repair, decompile/compile, import to blank database. I also tried tacking acSaveNone onto the Application.quit command.
Many thanks in advance for insight or suggestions.