I have inventory query with following fields
Product ID , Purchased, Sold,On Order, Available, LocationA, LocationB, LocationC
where locationA, B ,C represent the quantity available in each location.
Available represents the total quantity available in 3 locations
In order details subform, i...