retreiving a recordset with different records
Hi,
I am trying to pull a range of recordsets out of an access database along with a single recordset, is there a way to accomplish this with the following code, i want to include contentID 85 and 86 along with the recordsets contentID 10 to 19. This is the code that i am using currently.
<%for i=10 to 19%>
...
<%rs.moveNext
next%>
Thanks
-Pablo
|