I need to update reorder and restock based on the mpq listed in the supplier table.
I wrote a select to check: select item.description, item.itemlookup code, item.restocklevel, item.oreorderpoint, item.id, supplierlist.itemid, supplierlist.masterpackquantity from supplierlist where item.id = supplierlist.itemid
then I wrote an update: update item set item.reorderpoint = 1 from supplierlist where supplierlist.masterpackquantity