Forum Discussion
gcreed
Apr 17, 2021Copper Contributor
stock QTY ON HAND problem
AvailableQuantity: Sum([totalPurchaseData].[purchase_item_quantity])+(Nz((SELECT SUM(QuantityTransferred) FROM Transfers WHERE Transfers.ItemCode = [totalPurchaseData].[Item Code] AND Transfers.WareH...
George_Hepworth
Apr 17, 2021Silver Contributor
Is this supposed to be a query? If so, it appears to have been only partially copied into your post.
Also, what does it mean to say "...the quantity won't show the transfer + value." What DOES it show instead? An error? The wrong sum? Or something else?
Thanks.