Looks like you are roughly on the right track.
The $_POST hack is like this:
$_POST['myTempVar'] = $row_Recordset1['myRSColumn']
Then you can filter the second recordset with the "POST" value since it won't work filtering from a previous recordset directly.