focus72050
Programmer
I have two tables, Inventory and Items
The Inventory table has
Qty_Min and Qty_Max
The Item Table has
Vendor_ID
I want to
Update Inventory
Set Qty_Min = 1 , Qty_Max = 3
Where Vendor_ID (from Items Table) = 'rdc'
thanks in advance guys
The Inventory table has
Qty_Min and Qty_Max
The Item Table has
Vendor_ID
I want to
Update Inventory
Set Qty_Min = 1 , Qty_Max = 3
Where Vendor_ID (from Items Table) = 'rdc'
thanks in advance guys