G
Guest
I have a continuous form which is bound to a query which returns a large
number of records causing performance problems. I'd like to be able to
return 100 records at a time and allow the user to press a next button to get
the next 100 records. I know how to get the first 100 records using the TOP
keyword in the select statement, but how can I then get the next 100 and the
next 100 etc.
Does anyone know an easy way to do this?
number of records causing performance problems. I'd like to be able to
return 100 records at a time and allow the user to press a next button to get
the next 100 records. I know how to get the first 100 records using the TOP
keyword in the select statement, but how can I then get the next 100 and the
next 100 etc.
Does anyone know an easy way to do this?