Three questions.
1. I could not find a PHP command "filterResults" online. Is this a php command or what?
2. If the recordset already filters on the Birder_ID, do I need the second set of brackets in the following line of code?
$rsPALifeList->filterResults([["CountCounty","ADAMS"]]);
3. Then, using that filter, how do I retrieve the value of the Quantity field?