Used with the GoToRecord and SearchForRecord methods to specify which record to make current.
| Name | Value | Description |
|---|---|---|
| acFirst | 2 | Make the first record the current record. |
| acGoTo | 4 | Make the specified record the current record. |
| acLast | 3 | Make the last record the current record. |
| acNewRec | 5 | Make a new record the current record. |
| acNext | 1 | Make the next record the current record. |
| acPrevious | 0 | Make the previous record the current record. |
“It’s not at all important to get it right the first time. It’s vitally important to get it right the last time” ~ Andrew Hunt/David Thomas (The pragmatic programmer)