Hi everyone,I'm a newbie and need help.My form is an "evaluation form"
where the user selects repsonses from drop down list boxes for 12
different categories. The choices are:Exceeds expectationsMeets
expectionsNeeds inprovementFailed to meet expectionsEach response has a
value: 4 down to 1I need to create a summary of how many rating were 4,
how many were 3, etc.I can count the frist category with an "if "
statement but I can not count any of the remaining 11 categories. How
should I do this?Th...