Guest_imported
New member
- Jan 1, 1970
- 0
Here is the issue:
A form will be displayed with 50+ checkboxes of different colors (i.e. red, blue, yellow, green) and 20+ checkboxes of different paint brushes. There are three tables: One Parent table "Paintings" and two intersection tables, ColorsUsed and PaintBrushesUsed. There is also a Color table and a TypeOfBrushes table. Anyhow, on the form with all of the check boxes, the user will Check the boxes that apply to that painting, say, Red, White, Blue and the different type of paint brushes used. When the user is done check all that apply, they click a Save button and the values for the checkboxes will be added to the intersection table, along with the "painting" key. What code will make this to happen?
A form will be displayed with 50+ checkboxes of different colors (i.e. red, blue, yellow, green) and 20+ checkboxes of different paint brushes. There are three tables: One Parent table "Paintings" and two intersection tables, ColorsUsed and PaintBrushesUsed. There is also a Color table and a TypeOfBrushes table. Anyhow, on the form with all of the check boxes, the user will Check the boxes that apply to that painting, say, Red, White, Blue and the different type of paint brushes used. When the user is done check all that apply, they click a Save button and the values for the checkboxes will be added to the intersection table, along with the "painting" key. What code will make this to happen?