Comparing two tables in a Query
Good Evening All!
I have 2 tables structurally exactly the same. Named "First Check" and "Second Check" used to take inventory.
I have them joined in a query by an "item number" field. Each table has a "quantity" field. I need to compare the 2 tables and find items where the total quantitys do not match.
My problem is that the "first check" may contain more rows then the "second check" or vice versa because of the way the data was entered. meaning the total qtys could match but not row by row. Is there a way to sub total by item in a query and then compare the totals?
Thanks in advance for any help.
Good Evening All!
I have 2 tables structurally exactly the same. Named "First Check" and "Second Check" used to take inventory.
I have them joined in a query by an "item number" field. Each table has a "quantity" field. I need to compare the 2 tables and find items where the total quantitys do not match.
My problem is that the "first check" may contain more rows then the "second check" or vice versa because of the way the data was entered. meaning the total qtys could match but not row by row. Is there a way to sub total by item in a query and then compare the totals?
Thanks in advance for any help.
Last edited: