M
MM
I would like to automate the append/update of a related items table
[tblRelatedItems] for our
B2B web. I`m not sure how to collect and identify the "related" items
to append/update.
Our product is books so related items are where the author or series
is the same. The details to located related items are in our Inventory
Table [tblInventory]
Thanks in advance for any help, table details and data sample with
results are below.
[tblInventory]
ID
ProdCode
Title
Author
Series
Price
ReleaseDate
Category
SubCategory1
SubCategory2
SubCategory3
many more fields not required for this example last cost, avg cost,
last recipt, last sale etc etc etc...
[tblRelatedItems]
ID
ProdCode
RelatedItem (this is ProdCode for the realted item)
LastUpdated
LastUpdatedBy
SAMPLE DATA with Result
[tblInventory]
ProdCode Title Author
123456790 Title One Author 1
123456791 Title Two Author 1
123456792 Title Three Author 1
123456793 Title Four Author 1
123456794 Title Five Author 1
These titles would create this in related items
[tblRelatedItems]
ProdCode RelatedItem
123456790 123456791
123456790 123456792
123456790 123456793
123456790 123456794
123456791 123456791
123456791 123456792
123456791 123456793
123456791 123456794
123456792 123456793
123456792 123456794
123456792 123456790
123456792 123456791
123456793 123456794
123456793 123456790
123456793 123456791
123456793 123456792
123456794 123456793
123456794 123456790
123456794 123456791
123456794 123456792
MM
[tblRelatedItems] for our
B2B web. I`m not sure how to collect and identify the "related" items
to append/update.
Our product is books so related items are where the author or series
is the same. The details to located related items are in our Inventory
Table [tblInventory]
Thanks in advance for any help, table details and data sample with
results are below.
[tblInventory]
ID
ProdCode
Title
Author
Series
Price
ReleaseDate
Category
SubCategory1
SubCategory2
SubCategory3
many more fields not required for this example last cost, avg cost,
last recipt, last sale etc etc etc...
[tblRelatedItems]
ID
ProdCode
RelatedItem (this is ProdCode for the realted item)
LastUpdated
LastUpdatedBy
SAMPLE DATA with Result
[tblInventory]
ProdCode Title Author
123456790 Title One Author 1
123456791 Title Two Author 1
123456792 Title Three Author 1
123456793 Title Four Author 1
123456794 Title Five Author 1
These titles would create this in related items
[tblRelatedItems]
ProdCode RelatedItem
123456790 123456791
123456790 123456792
123456790 123456793
123456790 123456794
123456791 123456791
123456791 123456792
123456791 123456793
123456791 123456794
123456792 123456793
123456792 123456794
123456792 123456790
123456792 123456791
123456793 123456794
123456793 123456790
123456793 123456791
123456793 123456792
123456794 123456793
123456794 123456790
123456794 123456791
123456794 123456792
MM