SmokingCrater
Programmer
Does anybody know of a command (VB, Macro, or otherwise) that I can use that will force a close of Access? I need it to force the close through any data objects that may be remaining open. i.e. the force must close any objects as well as the database. I had been using Application.Quit but that does not close any open objects and Access just gets minimized to the taskbar, it does not get closed. The problem I am having is that a hidden object is getting created (I am not creating the object) and therefore Access is not quitting.
I had been using the ExitProcess function found in the Kernel32.dll however the problem with that is the .ldb file is not deleted and my client desires to have that file disappear. Any help would be great.
Thanks.
I had been using the ExitProcess function found in the Kernel32.dll however the problem with that is the .ldb file is not deleted and my client desires to have that file disappear. Any help would be great.
Thanks.