I have created 6 update queries that take data from 6 different tables (created using crosstab queries) and place it into a single table. I ran each query after i had created it. The first worked fine. However, the next five simply updated the specified fields with the same data from the first update query!
The only explanation i could think of for this was that maybe the data was being cached as a result of the way i created the queries. I created each update query by editing and renaming the previous one. Was this a big mistake?!
The only explanation i could think of for this was that maybe the data was being cached as a result of the way i created the queries. I created each update query by editing and renaming the previous one. Was this a big mistake?!