I formatted the code that you posted a little
I've gotten the form to put the counties, selected from the list box, into strWhere so that it will display them in this format:
'Pike', 'Montgomery', 'Smith'
For the SQL statement in my report, I have
WHERE (((MCStop.STWCName) In (" & strWhere...