Moves the current record position forward or backward a specified number of records
object.Move ( NumRecords [,Start] ) |
- NumRecords
- Required. A Long that contains the number of recordset to move. Positive values move forward; negative values move backward.
- Start
- Optional. A Long that specifies the bookmark of the record to start moving from. Return Value