I have a query form, frmReports2, that I'd like the users to select criteria from to run a report on. The form contains 3 multi-valued fields: ContractType, County, and PriorityCategory.
County and PriorityCategory are stored as multi-valued fields in the table, tblMain. These fields...