Hi,
Looked everywhere an I cannot find a workable solution.
I am trying to allocate stock and once someone assigns the stock to a job, the stock available simply decreases by 1 each time.
Sounds easy - perhaps it is but I dont know where / how to do it.
We are told not to store values in tables - but not certain how you will start with 50, then 49, then 48, each time 1 is removed.
I can get a query to do a subtraction sum of 50-1 = 49 but dont know how to refer to that answer on a form. After that - I need to update the table perhaps and now know that 49 units are available.
Northwind is confusing and I dont understand how its done there. Im stuggling to understand the best way to do this calculation and how the forms / tables / queries should interace. Should I use the same table with fields like stock_qty_available, stock_qty_updated etc or somehow manage different tables and do a count on each record of the same to know what qty is now available?
Thanks
Looked everywhere an I cannot find a workable solution.
I am trying to allocate stock and once someone assigns the stock to a job, the stock available simply decreases by 1 each time.
Sounds easy - perhaps it is but I dont know where / how to do it.
We are told not to store values in tables - but not certain how you will start with 50, then 49, then 48, each time 1 is removed.
I can get a query to do a subtraction sum of 50-1 = 49 but dont know how to refer to that answer on a form. After that - I need to update the table perhaps and now know that 49 units are available.
Northwind is confusing and I dont understand how its done there. Im stuggling to understand the best way to do this calculation and how the forms / tables / queries should interace. Should I use the same table with fields like stock_qty_available, stock_qty_updated etc or somehow manage different tables and do a count on each record of the same to know what qty is now available?
Thanks