I am using two textboxes, one for roll number and the other for the corresponding roll number.
And I am using 4 command Buttons
- Move First
- Move Previous
- Move Next
- Move Last
When I click the Move First button I should get the first two records from database. When I click the Move Prev button I should get the previous two records from database. When I click the Move Next button I should get the next two records from database. When I click the Move Last button I should get the last two records from database.
I am using MS Access as my Back end and I don't need the coding in SQL