Let's say I have a query that contains 100 records. I want to display those records x per page with navigation forward and backward through the records. I'd like to have an option for the x value. The problem that I see is that I don't know how to reference the query once I've navigated off the first page. I need some sort of pointer to know where it left off so the next page can start there.
The records are the result of a query so they won't be consecutive or anything like that.
Can this be done?
The records are the result of a query so they won't be consecutive or anything like that.
Can this be done?