Hi all,
In the attached database, I have query queryDifference that compares the quantities of all UPCs in tables tableKWIData and tableWarehouseData and only displays records for those that are not equal. However, if you look at the last five rows in queryDifference, you'll see that the data repeats and shows the difference per each record.
What I really want to have is one line that shows 50 for KWI QUANTITY and 30 for WHSE QUANTITY and 20 for Difference. So I created a new query querySumUPC to summarize the quantities in tableWarehouseData by UPC. I can definitely use this for my comparison, but I'm really confused on how to do it.
In queryDifferenceCOPY I tried to utilize querySumUPC to get what I want, but I'm getting errors. I think I'm way off. Can anyone help out?
Much appreciated!
Tony