Next record........

admin

Administrator
Staff member
If I have a set of records with non-sequential id numbers, how do I go about retrieving the next record so that a user can browse through each record in the table sequentially?

If the id's were sequential, I would just increment the id in the WHERE clause. But can't do it that way.

Thanks in advance!
 
Back
Top