Lastgryphon,
It would help for you to confirm whether it is Access or Excel ?
Assuming Excel, it seems from your description that you already have a form which contains the responses - i.e. that you have already merged the data into one sheet ?
If you have merged the data - and into consistent columns, then it should be a relatively simple matter of "counting" the number of responses in each column.
Use one or more formulas at the top of each column to "test" for the number of incidents of each type of response.
Sample formula: =COUNTIF(A10:A1000,"TEST"

...where you replace "TEST" with the item you want to count in each column.
Depending on the type of "check box" used, the result could be either "Yes/No", or a Number, or "True/False". Therefore, modify the formula to match the type of response in each column.
I hope this gets you started. Please advise.
Regards, ...Dale Watson dwatson@bsi.gov.mb.ca