Is there a way one can specify the number of rows to be selected.
Reason being I'm displaying results in multiple pages.
Say I want to select rows 20-30 from the recordset.
Currently I'm using a variable to keep track of the FromRow and scrolling to that Row, however is there a way to directly jump to that row?