Navigating Tables and Queries
|
Previous Top Next |
Method
|
Moves the cursor to
|
First
|
The first row in a dataset.
|
Last
|
The last row in a dataset.
|
Next
|
The next row in a dataset.
|
Prior
|
The previous row in a dataset.
|
MoveBy
|
A specified number of rows forward or back in a dataset.
|
Property
|
Description
|
Bof (Beginning-of-file)
|
True: the cursor is at the first row in the dataset.False: the cursor is not known to be at the first row in the dataset
|
Eof (End-of-file)
|
True: the cursor is at the last row in the dataset.False: the cursor is not known to be at the first row in the dataset
|
RecNo
|
Indicates the active record in the dataset.
|