Hi everyone,
I have 4 tables
tblOrderDetails
tblTradeOrderDetails
tblReturnDetails
tblExchangesDetails
these are all related to tblProducts and all have the same three fields -Code (primary key) description and qty. I am trying to create an inventory tracking system by calculating the goods that come in (tblGoodsIn) and the goods that are sent out (tblGoodsOut). I need to create a query that sums the total of all goods that are sent out, but I'm not sure how to make the query return just one set of totals for each code using the 4 tables.
I would be most grateful for any help you could give me.
I have 4 tables
tblOrderDetails
tblTradeOrderDetails
tblReturnDetails
tblExchangesDetails
these are all related to tblProducts and all have the same three fields -Code (primary key) description and qty. I am trying to create an inventory tracking system by calculating the goods that come in (tblGoodsIn) and the goods that are sent out (tblGoodsOut). I need to create a query that sums the total of all goods that are sent out, but I'm not sure how to make the query return just one set of totals for each code using the 4 tables.
I would be most grateful for any help you could give me.