What do you mean? If you want to page through two different recordsets, in two different tables, that's no problem. Just have each recordset look for a different start page variable.
Ex:
dim start1, start2
start1 = Request.QueryString("startPg1" 'start pg for rs1
start2 = Request.QueryString("startPg2" 'start pg for rs2
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.