There is only one record per birder per county, so I don't think Count() is appropriate here.
All I want to retrieve is the number in the Quantity field.
Sample records:
Birder_ID CountType CountCounty Quantity
23 Life ADAMS 245
23 Life MONTGOMERY 156
23 Life WARREN 212
34 Life ADAMS 175
etc.
So on the form for the birder with an Birder_ID of 23, I want ADAMS: (and a form text field with, in this case, 245)
If the birder is #34 then the number after ADAMS: would be 175, etc.