ADO EditMode Property
❮ Complete Recordset Object Reference
The EditMode property returns an EditModeEnum value that specifies the editing status of the current record.
Syntax
objRecordset.EditMode
EditModeEnum Values
| Constant | Value | Description | 
|---|---|---|
| adEditNone | 0 | No editing operation is in progress | 
| adEditInProgress | 1 | The current record has been edited but not saved | 
| adEditAdd | 2 | The current record in the copy buffer is a new record and has not been saved in the database | 
| adEditDelete | 4 | The current record has been deleted | 
❮ Complete Recordset Object Reference

