DoCmd.Quit (Access)

The Quit method quits Microsoft Access. You can select one of several options for saving a database object before quitting.

The Quit method of the DoCmd object was added to provide backward compatibility for running the Quit action in Visual Basic code in Microsoft Access 95. We recommend that you use the existing Quit method of the Application object instead.

Quit (Options)

Options: An AcQuitOption constant that indicates the action to take when quitting Access. The default value is acQuitSaveAll.


DoCmd.Quit