My idea is to have a combobox filled with sectors, and a list of users below with checkboxes to indicate if each user belongs to the selected sector.
The sectors are stored in my database and each user can have their id linked to one or more sectors.
I know how to fill the combo with the sectors, and the grid with the users, but how can I make a checkbox for each user which changes depending on the sector selected?
And then, could I update those selections to my database?
I'd really appreciate any help.