AcCloseSave Enumeration

Access Developer Reference

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.
Bb225836.vs_note(en-us,office.12).gif  Note
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.
Bb225836.vs_note(en-us,office.12).gif  Note
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.