I have seen this problem somewhere but could not find the solution.
I have dbase opened with db window hidden. When exiting the db, access application resides in the memory.
I can see it in task manager, processes.
the code i have is:
Private Sub cmdExit_Click()
CloseCurrentDatabase
DoCmd.Quit acQuitSaveAll
End Sub
What is wrong with it ?
I have dbase opened with db window hidden. When exiting the db, access application resides in the memory.
I can see it in task manager, processes.
the code i have is:
Private Sub cmdExit_Click()
CloseCurrentDatabase
DoCmd.Quit acQuitSaveAll
End Sub
What is wrong with it ?