Hi all,
I am struggling to get this one going and was hoping to get some assistance
I have a table where all qty's of products are recorded for stock procured and stock sold
I want to be able to transfer manufactured stock between different locations
So what I need to do is have a form where the current stock and the locations reflect
When I select the main office, sock needs to be taken from the main office location as a minus qty and post it to the location to selected as a positive qry
Stock can also be transferred from any other location back to the main office location
So depending on the from location and the to location the products in the temp file needs to be updated to the transactions table
I an not sure on how to do the update query with the different option for the from and to locations
if transferred from the main office, then the QTY must be updated as a minus
Then the location to must be updated to the product as a positive Qty
If from and to any other location except from the main office the location and qty must be adjusted accordingly
My fields in the transactions table are:
Product
Qty
From Location
To Location
Location Qty
I am struggling to get this one going and was hoping to get some assistance
I have a table where all qty's of products are recorded for stock procured and stock sold
I want to be able to transfer manufactured stock between different locations
So what I need to do is have a form where the current stock and the locations reflect
When I select the main office, sock needs to be taken from the main office location as a minus qty and post it to the location to selected as a positive qry
Stock can also be transferred from any other location back to the main office location
So depending on the from location and the to location the products in the temp file needs to be updated to the transactions table
I an not sure on how to do the update query with the different option for the from and to locations
if transferred from the main office, then the QTY must be updated as a minus
Then the location to must be updated to the product as a positive Qty
If from and to any other location except from the main office the location and qty must be adjusted accordingly
My fields in the transactions table are:
Product
Qty
From Location
To Location
Location Qty