I execute a query, go through the results until I hit a certain value and then I move on. When I get to the next loop, I want to run through the same data as the first query, but from the top of ths list. How do I get my query to return to the top of the list? Thanks.