RecordStatusEnum enumeration (DAO)
Applies to: Access 2013, Office 2013
Used with the RecordStatus property to indicate the update status of the current record if it is part of a batch update.
Name |
Value |
Description |
---|---|---|
dbRecordDBDeleted |
4 |
The record has been deleted locally and in the database. |
dbRecordDeleted |
3 |
The record has been deleted, but not yet deleted in the database. |
dbRecordModified |
1 |
The record has been modified and not updated in the database. |
dbRecordNew |
2 |
The record has been inserted with the AddNew method, but not yet inserted into the database. |
dbRecordUnmodified |
0 |
(Default) The record has not been modified or has been updated successfully. |