B
btech1
Guest
I have a db set up to collect yes/no values by checking check boxes for either yes or no. This is done for several fields on an audit sheet. Now I need to take that data and perform a query that will generate and end result of monthly percentage compliance (those fields checked "yes"). Initially I had all yes and no values in my db, so I performed an update query and changed those to 1=yes, 2=no to get numerical values. I then did a count query. This one gives me a total count of all "yes" fields checked. I am having trouble getting a data range from this one. I then made another query to calcuale the percentage marked "yes" by month. I think I have multiple things going on but I think they are all minor to some one who does this everyday. Please help me.... I want tosimplify something not meant to be this hard! 