Manually setup a variable in between your recordsets in your
head.
$var = $row_firstRecordset['Fieldname'];
Second recordset, just use your $var name to filter.
HTH,
Jon
"tccdover" <webforumsuser@macromedia.com> wrote in
message
news:eaoha0$pcb$1@forums.macromedia.com...
> Can you filter a recordset with the results of a field
from a proceeding
> recordset in PHP?