AcRecord enumeration (Access)
Used with the GoToRecord method to specify which record to make the current record.
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. |
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.