Pretext:
My database consists of 2 tables and 1 form with a subform.
The table linked to the subform has 25 x 6 (=150!) fields with datatype yes/no. In the subform I have made 25 lines of questions, each with 6 buttons where the user can check/uncheck a corresponding checkbox as an answer. All this works well, although maybe I've done things alot more difficult than needed ? (Should be possible to make an array, instead of operating with 150 fields of checkboxes).
My objective:
I need to make an extensive report on the corelation of data. Thus I need a way to count how many checkboxes are checked for a certain question and add them up. When I display a report on my data, it only shows the checkboxes - But, I do not want checkboxes to show on the report, only the derived numbers and percentages of their occurances.
Problem:
I don't know where to start..
I've read other posts on this subject where the expression:
=sum(Abs(Field)) seems to be the answer, but I don't understand how to implement this for my report.
How can I translate my checkboxes into values and then work statistical data analysis on their corelation in the report?
Thanks in advance for your help!
My database consists of 2 tables and 1 form with a subform.
The table linked to the subform has 25 x 6 (=150!) fields with datatype yes/no. In the subform I have made 25 lines of questions, each with 6 buttons where the user can check/uncheck a corresponding checkbox as an answer. All this works well, although maybe I've done things alot more difficult than needed ? (Should be possible to make an array, instead of operating with 150 fields of checkboxes).
My objective:
I need to make an extensive report on the corelation of data. Thus I need a way to count how many checkboxes are checked for a certain question and add them up. When I display a report on my data, it only shows the checkboxes - But, I do not want checkboxes to show on the report, only the derived numbers and percentages of their occurances.
Problem:
I don't know where to start..
I've read other posts on this subject where the expression:
=sum(Abs(Field)) seems to be the answer, but I don't understand how to implement this for my report.
How can I translate my checkboxes into values and then work statistical data analysis on their corelation in the report?
Thanks in advance for your help!