I need to count the number of records returned after a query and do some math to get a percentage. I tried a couple times using totals and count, but it is apparent I really don't know how to go about it. Attached is a sample database. What I would like to do is run the Query Form, select 7/1/14 for a start date, 8/20/14 for an end date, and Grinder 1 as the Workcenter. This returns 8 records, the column that I am interested in is the Yes/No column. One of the records is blank so I want to exclude that one, that leaves 7 records, 4 of these are Yes and 3 are No. I need to get the percentage of Yes records compared to the total, so I need to divide the 4 by 7 for a percentage of 57%.
I assume this is possible, right? Can someone point me in the right direction?