AcFormOpenDataMode enumeration (Access)

Specifies the data entry mode of a form.

Name Value Description
acFormAdd 0 The user can add new records but can't edit existing records.
acFormEdit 1 The user can edit existing records and add new records.
acFormPropertySettings -1 The user can only change the form's properties.
acFormReadOnly 2 The user can only view records.

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.