I was able to make the update and the item table looks correct but the the number of rows update is over 4670 however the updated list only had 1723 rows.
update supplierlist set supplierlist.reordernumberÛo.Sheet1$.Reorder_Number from dbo.Sheet1$,Item where dbo.Sheet1$.UPC=Item.ItemLookupcode and item.id=supplierlist.itemid and item.supplierid
There are multiple supplierlist.itemid for some of the reorder numbers
- almost always 3 itemid's for each reoder number. I'm thinking because we have multiple suppliers for the same itemlookupcode.
What is the supplierlist.id column?
What is the supplierlist.itemid column?
Thanks Jerry