Form quit and Access
I'm using a template where the database window keeps coming up on quit of the application. I put in the code
DoCmd.SelectObject acTable, , True
DoCmd.RunCommand acCmdWindowHide
to hide the window on quit but it then places you in Access and doesn't completely exit the access database.
I appreciate the help
|