Does anyone know how to place two or more INDEPENDENTLY PAGEABLE different
sized recordsets on the same output page using DM8/ASP? I have created two
regions on the page containing two different recordset outputs together with
their DM8 navigation bar using back/next etc buttons with the usual "Records 1
to 10 of 891 records" indicator. Even if the auto-inserted paging/recordest
navigation code is modified so MM_someParameter for one recordset is changed to
MMX_someParameter for the second recordset, use of the "next" button on either
one of the navigation bars causes BOTH recordsets to page. This inevitably
leads to an error if both recordsets do ot contain identical numbers of
records! My guess is that storing and independently applying the two recordset
offset variables on the page may be part of the answer.

JR