Sep 05 2024 07:50 AM
how close a MS Access session
The single MS Access project is not close. For this i have to close it handlying. I'm supposing that i should update some VBA statement. Could you kindly tell me how i can resolve it?
Thanks a lot
Achille
Sep 05 2024 07:58 AM - edited Sep 05 2024 08:05 AM
Sep 05 2024 07:58 AM - edited Sep 05 2024 08:05 AM
This is a new bug affecting Microsoft Access and this sounds like one of its symptoms.
Take a look at https://www.devhut.net/another-msaccess-exe-process-not-closing-properly-bug/ for all the details, but specifically the Workarounds section.
To close any orphaned sessions, you need to open the Task Manager and then find any msaccess.exe process and end them.
Another option is to create a text file and input
taskkill /IM "msaccess.exe" /F
as it's content and save the file. Then rename the file to KillAccessProcesses.bat Finally, double-click on the file to run it. It will end all msaccess.exe (Microsoft Access) processes.
I hope this helps.
Sep 05 2024 08:56 AM
Hi,
You can find the information about workarounds and the planned fix date in our bug documenting AFo article.
Servus
Karl
****************
Access Forever News DevCon
Access-Entwickler-Konferenz AEK - 19./20.10. Nürnberg