I have two tables..stock added and stock sold so when a particular stock item is invoiced out it takes it of the stock on hand but when I go to edit the stock item as to add another delivery of that item i.e say another 20 drums all the calculations in the stock added etc double up throwing the whole thing out....any ideas any would be appreciated.
stockleft: Sum(stockadded!Qtyadded-stocksold!Qty)
Thanks.
stockleft: Sum(stockadded!Qtyadded-stocksold!Qty)
Thanks.