Select records

December 22, 2003 by Carl Grint

You could filter the Recordset on the Print page to show records using the IN statement, and thus pass all the selections through.

thus your url might look like, print.asp?ID=1,4,6,9,33

I would suggest using a Tick box next to each record to select, then have a button to process the form (using GET if using the above example) to the print page.