Hi my user says he needs to mark several checkboxes in a form (form1) and then get report based on values stored in those checkboxes.for example, image that there are 5 checkboxes in form.3 of them belong to a category named "Econimics", and remaining 2 checkboxes belong to another category named others.
Now, my question is: how should I design a table in order to store data when the user marks them. in other words, should I create a separate column in table for every checkbox in form? How should I consider grouping 5 checkboxes?
Thank you