What I have is 4 criteria for each record
I made combo boxes in a sub form with new calculated controls to be = if No then = 0 otherwise, 25. This gives yes and not required choices weights of 25 (percent) each. I used a similiar control for each criteria and then have a calculated control to total the values giving a "percent" value.
The report I have to provide long hand is:
name criteria1 criteria2 criteria3 criteria4 percent compliance
jones no yes not yes 75
smith yes yest not yes 100
brown no no yes not 50
I have to show "yes, no, or not required" with a total percentage for each record.
Right now, my subform does this for each record. I have a query to pick these special clients that I do this table on from the rest of my clients. The percent compliance on the table is blank. I don't know how to get my percent compliance to total. in a query. Can I reference the calculated control in my form and place it in the query.
Can you direct me how to do this (in the easiest way) specifically in novice terms?
Thanks to all that has helped me so far. I am supposed to have this in a meeting tomorrow morning.