Hie...

I am looking for a code to perform the following:

1. Created a database with the table IT_COMPANIES having the fields compid, compname, dtestablished etc. The table has 100 records.

2. Created a form IT HISTORY with a button btnmoredetails, on clicking the button, the table IT_COMPANIES should be opened, but displaying the first 10 records. Now in this case the table should have the next and previous buttons to navigate to the next or last 10 records.

Please help me with a code that will perform the tasks in step two.