Constant |
Value |
Description |
ADDNEW |
1 |
Added a new record. |
DELETE |
2 |
Deleted a record. |
UPDATE |
3 |
Updated an existing record. |
UNDOUPDATE |
4 |
Reversed an update to an existing record. |
UNDOADDNEW |
5 |
Reversed the adding of a new record. |
UNDODELETE |
6 |
Reversed the deletion of a record. |
REQUERY |
7 |
Requeried the Recordset. |
RESYNCH |
8 |
Resynchronized the Recordset with the database. |
CLOSE |
9 |
Closed the Recordset. |
MOVE |
10 |
Moved the record pointer within the Recordset. |
FIRSTCHANGE |
11 |
Made the first change to a record. |
MOVEFIRST |
12 |
Moved the record pointer to the first record in the Recordset. |
MOVENEXT |
13 |
Moved the record pointer to the next record in the Recordset. |
MOVEPREVIOUS |
14 |
Moved the record pointer to the previous record in the Recordset. |
MOVELAST |
15 |
Moved the record pointer to the last record in the Recordset. |