I am using ado to get a recordset containing 10 records.
I want to display 5 in a table , and have a NEXT button , on clicking this it should display the next 5 records in the table.(overwritting the initial 5)

1st question -> I'm using interdev , I have a SEARCH button , on clicking it, it displays the table with the records.I placed a NEXT button on the bottom of the page.But when I click SEARCH it keeps putting the table
after the NEXT Button, even though I have a large space after the SEARCH button and before the NEXT button.
Any ideas on how to get the NEXT button after the table??

2nd question -> I know how to fill a table from a record set , but how do I divide a recordset into 2 sections , and show each section separate(i.e 1-5 , 6-10)
Any ideas??


Thanks