Application.Quit method (Access)

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

Syntax

expression.Quit (Option)

expression A variable that represents an Application object.

Parameters

Name Required/Optional Data type Description
Options Optional AcQuitOption An AcQuitOption constant that indicates the action to take when quitting Access. The default value is acQuitSaveAll.

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.