AcCloseSave enumeration (Access)

Used by the Close method to specify whether or not to save an object upon closing.

Name Value Description
acSaveNo 2 The specified object is not saved.
acSavePrompt 0 The user is asked whether or not they want to save the object. This value is ignored if you are closing a Visual Basic module. The module will be closed, but changes to the module will not be saved.
acSaveYes 1 The specified object is saved.

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.