G
Guest
I am designing a database for my wifde to track product orders. she has
hundreds of products that can be divided into about 10 categories. each
category can have several subcategories and then you may be left with 10-20
products (a much easaier amount to sort through) i am unsure of how to set
up tables to acount for this. their is a distinct product
category/subcategory heirarchy that has to be followed. i tried a product
table with category and subcategory fields, but then she could potentially
assign a product a subcategory that didnt belong to a category. then i tried
a products, categories, and subcategories separate tables and this seems more
difficult to work with.
the goal is to have a form where she selects a category from a combo box.
then another combobox is populated only with the subcategories under that
category, and then when a subcategory is selected an list box is populated
with the resulting products. wow, that was a lot. sorry to be so long
winded, but any help is appreciated. i want to make sure i start down the
right path.
hundreds of products that can be divided into about 10 categories. each
category can have several subcategories and then you may be left with 10-20
products (a much easaier amount to sort through) i am unsure of how to set
up tables to acount for this. their is a distinct product
category/subcategory heirarchy that has to be followed. i tried a product
table with category and subcategory fields, but then she could potentially
assign a product a subcategory that didnt belong to a category. then i tried
a products, categories, and subcategories separate tables and this seems more
difficult to work with.
the goal is to have a form where she selects a category from a combo box.
then another combobox is populated only with the subcategories under that
category, and then when a subcategory is selected an list box is populated
with the resulting products. wow, that was a lot. sorry to be so long
winded, but any help is appreciated. i want to make sure i start down the
right path.