I created a query based on 2 tables: Projected and Actual. Both tables are exactly the same, having all the same fields, except one is for projected values and the other is for actual values. The query is set to calculate the difference between actual and projected for all the fields (ie: Actual Revenue- Proj. Rev). The problem I am running into is that the query always returns the square of the number of table entries I have. For example, I currently have sixteen items in each table, and the query is listing 256 entries; when I have 4 table entries the query returns 16. Why is this happening and how can I fix it?
I thought it might have something to do with the way the tables are joined. Initially I had an autonumber field in each table and linked the two tables based on that. Since then, I've tried all sorts of ways to join the table and nothing has changed the query problem.
Thanks,
Av
I thought it might have something to do with the way the tables are joined. Initially I had an autonumber field in each table and linked the two tables based on that. Since then, I've tried all sorts of ways to join the table and nothing has changed the query problem.
Thanks,
Av