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
I have a signature log for a building that i would like to do in php. i have about 20 fields that i accept through post. The problem is 15 of those fields are going to always be the same for each session, but i dont want the user to have to type in that information 'n' times, i want them to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.