I have a table that has 2 fields for userID and group. The group field is restricted to a list of 17 different items.
I would like the user to be able to tick off all the items that apply by checking boxes on a form and have those records added to the table. I also need to be able to read back those records to show as tick boxes. I can't find any way to do this apart from abandoning this table design and having a table with userID and another 17 yes/no fields. Unfortunately this second solution is a real pain to query in the way that I need.
Has anyone any solutions to this sort of problem.
Clarimuse
I would like the user to be able to tick off all the items that apply by checking boxes on a form and have those records added to the table. I also need to be able to read back those records to show as tick boxes. I can't find any way to do this apart from abandoning this table design and having a table with userID and another 17 yes/no fields. Unfortunately this second solution is a real pain to query in the way that I need.
Has anyone any solutions to this sort of problem.
Clarimuse