W
Wim
What I have been using until today: a spreadsheet-like table containing
several dozens of fields, all Boolean (yes/no data type) + a form with
checkboxes linked to those fields (one checkbox + label for each field). Each
record represents the answers of one respondent to the questions of a survey.
What I have done: I created three tables: a respondent table and a questions
table, as well as a junction table with foreign keys relating back to
respondent number and question number.
What I want: maintain the exact same form, so that for my users nothing
seems to have changed, but, behind the scenes, each click on a checkbox adds
a record to the junction table. I do not want to use combo or list boxes, as
the number of options is too big for that. I am aware this probably involves
some programming.
Anybody out there can put me on the right track?
several dozens of fields, all Boolean (yes/no data type) + a form with
checkboxes linked to those fields (one checkbox + label for each field). Each
record represents the answers of one respondent to the questions of a survey.
What I have done: I created three tables: a respondent table and a questions
table, as well as a junction table with foreign keys relating back to
respondent number and question number.
What I want: maintain the exact same form, so that for my users nothing
seems to have changed, but, behind the scenes, each click on a checkbox adds
a record to the junction table. I do not want to use combo or list boxes, as
the number of options is too big for that. I am aware this probably involves
some programming.
Anybody out there can put me on the right track?