I have a complex search and then I load the results into a listbox. There can be thousands of results and this is problematic. So I created a field where the user selects how many results he'd like to view. 200, 400, 1000, etc.
Now lets say the user selcts 200. Afterwards he wants to see the next 200. I can create a button that says "Display next 200 Results" The problem is how can I do this? The rs is already closed! I can leave it open but then at what point do I close it? I can reopen it but then how can I know what record they are up to? What if they press that button 4 times? Is there a simple way to keep track of this? Any suggestions?
Thanks
Now lets say the user selcts 200. Afterwards he wants to see the next 200. I can create a button that says "Display next 200 Results" The problem is how can I do this? The rs is already closed! I can leave it open but then at what point do I close it? I can reopen it but then how can I know what record they are up to? What if they press that button 4 times? Is there a simple way to keep track of this? Any suggestions?
Thanks