Thanks for reading / helping.
I need a bit of guidance in creating the proper table structure for the following ... I need a table to keep "blends" which I'm calling tblBlends. A blend will be made up of one or more items from the varietal table (tblVarietal with PK varietalID).
Each blend must have at least one varietal but can have multiple, as long as the the total percentage of each sums to 100%
example:
Blend A ... 10% varietal-A 90% varietal-B
Blend B ... 100% varietal-A
etc.
This doesn't seem like a standard Parent / child table and I would appreciate some help.
Many thanks!
I need a bit of guidance in creating the proper table structure for the following ... I need a table to keep "blends" which I'm calling tblBlends. A blend will be made up of one or more items from the varietal table (tblVarietal with PK varietalID).
Each blend must have at least one varietal but can have multiple, as long as the the total percentage of each sums to 100%
example:
Blend A ... 10% varietal-A 90% varietal-B
Blend B ... 100% varietal-A
etc.
This doesn't seem like a standard Parent / child table and I would appreciate some help.
Many thanks!