I have a query that is used as a quality checklist. The fields are:
ID
User
Department
Date
Check Item 1
Check Item 2...(these are check boxes where the user puts a check if the an error is found. There are 45 different items listed. The value is 0 if not checked and -1 if checked.
I want to determine the top 5 errors. My query (based on the above) sums each check field, but how can I return the name of the field that is checked most often?
ID
User
Department
Date
Check Item 1
Check Item 2...(these are check boxes where the user puts a check if the an error is found. There are 45 different items listed. The value is 0 if not checked and -1 if checked.
I want to determine the top 5 errors. My query (based on the above) sums each check field, but how can I return the name of the field that is checked most often?