ronenbitman
New Member
- Joined
- Jul 26, 2004
- Messages
- 14
Hi,
i have 3 tables:
ProductA
Trade | Category | Expiration Date | Quantity
ProductB
Trade | Category | Expiration Date | Quantity
Categories
CategoryID | Category
i have created a join on Category Between the 3 tables, how am i able to do so on the Expiration Date so i will be able to see a pivot table view that would be looking like this (where the table would consist only unique records of Category | ExpirationDate combinations
Category | Expiration Date | ProductA Qty Sum | ProductB Qty Sum
kind regards,
Ronen
i have 3 tables:
ProductA
Trade | Category | Expiration Date | Quantity
ProductB
Trade | Category | Expiration Date | Quantity
Categories
CategoryID | Category
i have created a join on Category Between the 3 tables, how am i able to do so on the Expiration Date so i will be able to see a pivot table view that would be looking like this (where the table would consist only unique records of Category | ExpirationDate combinations
Category | Expiration Date | ProductA Qty Sum | ProductB Qty Sum
kind regards,
Ronen