I have four drop down boxes I need to fill in:
Category, Engine Family, Bore, and Finish.
Depending on the category, only certain engine families will be available, and then depending on the Family chosen, only certain Bores will be avaiable and the Finish depends on the bore.
Anyway...I am looking for suggestions on how to best design the SQL tables to maintain the relationships. My initial idea is to create a table for each drop down box and then a table with each combination.
Thanks in advance for any words of wisdom.
DMM
Category, Engine Family, Bore, and Finish.
Depending on the category, only certain engine families will be available, and then depending on the Family chosen, only certain Bores will be avaiable and the Finish depends on the bore.
Anyway...I am looking for suggestions on how to best design the SQL tables to maintain the relationships. My initial idea is to create a table for each drop down box and then a table with each combination.
Thanks in advance for any words of wisdom.
DMM