Forum Discussion
ABGLaura
May 15, 2023Copper Contributor
Which version of Microsoft 365 works with Access - specifically removing the locking file?
What version of Microsoft 365 has the fix to properly close Microsoft Access? When I use Docmd.Quit Access stays open in the background and has to be shut down via Task Manager. Alternately, the lo...
isladogs
May 15, 2023MVP
Recommend you use Application.Quit instead. It should work in all versions of M365
However, if you are having to use the Task Manager, it suggests there are other issues in your Access app. First make a backup then check it compiles. Then decompile it to clear any corrupted compilation code. Finally compact and recompile.
However, if you are having to use the Task Manager, it suggests there are other issues in your Access app. First make a backup then check it compiles. Then decompile it to clear any corrupted compilation code. Finally compact and recompile.