I've found a few sites about paging recordsets in ASP as well as the thread on this board and I have used so many examples on how to page through records. I keep getting the same problem. I have a search and when the search returns the results on the 2nd page, you see the first 5 results of the query. Good. But when I click on the first/previous/next/last buttons, it navigates the 5 records through ALL the records and not just the results from the query. Any tips or suggestions where my error could be, would be very helpful. Thanks.