Good day,
Sorry for posting in 2 forums. Thought the question would be more relevant here.
I am in the process of creating a database in Access.
I need some advice on designing the table structure.
I have 10,000 products.
There are 40 product types.
Some fields are the same for all products. (I.E. description, price).
Some fields are unique to the product type.
I am thinking this:
1. Have a table called products with all 10,000 products including description, price, producttypeID and productID.
2. Have a table with producttypeID and ProducttypeDescription.
3. Have 40 tables with ProductID and fields that are unique to that category of product.
ProductID would be the PK in the products table and in the 40 other tables. I would have to have 40 relationships. 1 for between productID and the ID in the 40 tables.
Is this the right way to go about it?
Thanks in advance.
Sorry for posting in 2 forums. Thought the question would be more relevant here.
I am in the process of creating a database in Access.
I need some advice on designing the table structure.
I have 10,000 products.
There are 40 product types.
Some fields are the same for all products. (I.E. description, price).
Some fields are unique to the product type.
I am thinking this:
1. Have a table called products with all 10,000 products including description, price, producttypeID and productID.
2. Have a table with producttypeID and ProducttypeDescription.
3. Have 40 tables with ProductID and fields that are unique to that category of product.
ProductID would be the PK in the products table and in the 40 other tables. I would have to have 40 relationships. 1 for between productID and the ID in the 40 tables.
Is this the right way to go about it?
Thanks in advance.