I have some involved forms for INSERT and UPDATE, these having multiple values for successively deeper categories.
Since I've decided against multiple values/comma seperated values appearing within columns (due to extracting values/doing updates) I need to come up with an alternate strategy.
Conceptually-- typical field values will be followed by several different series' of combinations of drop menus and lengthy lists of check boxes; approx. 4 sets of 20 to 30 possible values ea. (select as many as apply or select all at one checkbox)
I can handle a multiple Insert for two tables but what might be the best and easiest choice here without creating seperate columns for each possibility?