Hi,
I am trying to display 25 records on a form, but I want the user to be able to page through these records in blocks of 25 (not one at a time)
I have tried using the tabular control in conjunction with a command button and incrementing through records using For Next Loop, but this still...