G
Guest
I have two identical tables, each containing data for a given month. I would like to create a query that calculates the difference between one of the fields in the tables.
For example, each table has the following fields:
product, line, state, amount
I want the query to show me the change in amount between the two tables.
product, line, state, amount2 - amount1
TIA
For example, each table has the following fields:
product, line, state, amount
I want the query to show me the change in amount between the two tables.
product, line, state, amount2 - amount1
TIA