B
Bill
Hi John,
Wow, that's a head full. I think I get it though. Most of
your assumptions are correct and I can see the future
challenges you point out using methods 1) and 2) you
mention.
Solution 3) seems the most appropriate. Let me summarize
in my own words to ensure I get the gest of your solution.
Rather than have a seperate table for each category of
product, have a single product table with all products we
stock in a single table identified by a productID field.
The record count of this table would equal the number of
items in inventory.
A seperate attribute table (attribute list) which would
store every possible attribute for each product (this
could have over onehundred records). The record count of
this table would equal the number of categorys * the
number of attributes for each category.
A Products attribute table which would relate the
individual product to it's particular attribute. The
record count in this table would equal the number of items
in inventory * the number of categories * the number of
attributes for each category.
Do I understand correctly?
So this thread will now be found in the new group you
cited?
While you are being so helpful, could you please address
the question I posted 5/4/04 12:23 "Working directory"?
Thanks for the help. It was very insightful.
Bill
Wow, that's a head full. I think I get it though. Most of
your assumptions are correct and I can see the future
challenges you point out using methods 1) and 2) you
mention.
Solution 3) seems the most appropriate. Let me summarize
in my own words to ensure I get the gest of your solution.
Rather than have a seperate table for each category of
product, have a single product table with all products we
stock in a single table identified by a productID field.
The record count of this table would equal the number of
items in inventory.
A seperate attribute table (attribute list) which would
store every possible attribute for each product (this
could have over onehundred records). The record count of
this table would equal the number of categorys * the
number of attributes for each category.
A Products attribute table which would relate the
individual product to it's particular attribute. The
record count in this table would equal the number of items
in inventory * the number of categories * the number of
attributes for each category.
Do I understand correctly?
So this thread will now be found in the new group you
cited?
While you are being so helpful, could you please address
the question I posted 5/4/04 12:23 "Working directory"?
Thanks for the help. It was very insightful.
Bill