I open two copies of the same exact database on two different computers. The tables and queries are identical.
There are two nested queries. The first query merges two large tables - a 1st half 2001 and a 2nd half of 2001 with data by month. It merges them by first finding all possible key combinations (salesman and item), and then selecting all available data by month. As far as I can tell, on both computers, this query has the same results. On both computers - the result is 27,598 rows with the same key combinations.
The second query then takes the results from the first query (and nothing else) and sums it up by item by sales region. This query appears to have the same results (15,356 rows).
Then when I filter this second query for salespeople from a certain region, the query has different results on different computers! One computer has 8,500 resulting rows (different items), and the other has about 7,900 resulting rows. I believe that larger result - 8,500 rows is "more accurate".
I also tried to keep the second query without the filter, and create a simple 3rd query that takes the results from the second and performs the filter. Again - one computer has different results than the other.
Ack! This makes me VERY nervous. I need the list to be completely accurate. I don't know how to check the tens of thousands of resulting numbers from the query, but I need to know that the computer that appears accurate actual is.
Both computers are running MS Access version 9.0.2720. The "incorrect computer" is a PII400 with Windows NT version 4.00.1381 and the other one is a PIII933 with Windows 2000 Professional version 5.00.2195
There are two nested queries. The first query merges two large tables - a 1st half 2001 and a 2nd half of 2001 with data by month. It merges them by first finding all possible key combinations (salesman and item), and then selecting all available data by month. As far as I can tell, on both computers, this query has the same results. On both computers - the result is 27,598 rows with the same key combinations.
The second query then takes the results from the first query (and nothing else) and sums it up by item by sales region. This query appears to have the same results (15,356 rows).
Then when I filter this second query for salespeople from a certain region, the query has different results on different computers! One computer has 8,500 resulting rows (different items), and the other has about 7,900 resulting rows. I believe that larger result - 8,500 rows is "more accurate".
I also tried to keep the second query without the filter, and create a simple 3rd query that takes the results from the second and performs the filter. Again - one computer has different results than the other.
Ack! This makes me VERY nervous. I need the list to be completely accurate. I don't know how to check the tens of thousands of resulting numbers from the query, but I need to know that the computer that appears accurate actual is.
Both computers are running MS Access version 9.0.2720. The "incorrect computer" is a PII400 with Windows NT version 4.00.1381 and the other one is a PIII933 with Windows 2000 Professional version 5.00.2195