M
miranda65
Hi All,
I'm having trouble with the following database design issues.
The database is to sell individual items and items as associated to a
combo-set (case) - special discount when multiple items are sold.
For example: the following products AB124, AC321, QW456 & TZ567 can be sold
individual or all together at a discount with the special CaseID CS112.
How do I assign 4 product items each with their own ProductID to the CaseID
in my tables when the items are sold in together in a combo-set?
I have a suppliers table, a product table, case table....how do I join them
together?
Any help would be appreciated.
I'm having trouble with the following database design issues.
The database is to sell individual items and items as associated to a
combo-set (case) - special discount when multiple items are sold.
For example: the following products AB124, AC321, QW456 & TZ567 can be sold
individual or all together at a discount with the special CaseID CS112.
How do I assign 4 product items each with their own ProductID to the CaseID
in my tables when the items are sold in together in a combo-set?
I have a suppliers table, a product table, case table....how do I join them
together?
Any help would be appreciated.