Use this script to navigate your recordset a page at a time containing a specific number of records and in a specified order.
I use the supplier table of the northwind Database to demonstrate this
Return List of suppliers, ordered by supplier desc, 10 records at a time
execute prc_lov_SUPPLIERS "", "Suppliers", 1, 1 ''Page one
execute prc_lov_SUPPLIERS "", "Suppliers", 1, 2 ''Page two