M
MM
I would lilke to automate the update of tblRelatedItemsTable for our
B2B web (Books-Wholesale) there are only two fields ProdCode &
RelatedItem
All the needed info can be found by querying tblInventory the most
straightforward example is an author with 20 titles
ProdCode for title1 is related to ProdCode for title2 --> title20
ProdCode for title2 is related to ProdCode for title1 AND title3 -->
title20
ProdCode for title3 is related to ProdCode for title1 AND title2 AND
title4 --> title20
etc etc
Books in a series would be the same. If someone can point me in the
right direction it would be appreciated.
MM
B2B web (Books-Wholesale) there are only two fields ProdCode &
RelatedItem
All the needed info can be found by querying tblInventory the most
straightforward example is an author with 20 titles
ProdCode for title1 is related to ProdCode for title2 --> title20
ProdCode for title2 is related to ProdCode for title1 AND title3 -->
title20
ProdCode for title3 is related to ProdCode for title1 AND title2 AND
title4 --> title20
etc etc
Books in a series would be the same. If someone can point me in the
right direction it would be appreciated.
MM