I have a table with a date field and five different questions that can only be answered as "Yes", "No", "N/A".
I am trying to run a report that calculates compliance for each question at a determined date range parameter.
TblData([dtmReportDate],[strQ1],[strQ2],[strQ3],[strQ4],[strQ5])
I...