C
Commish
I have a need to join 2 tables that are 10K rows each. The purpose is
to verify that the information that is represented in the 2 tables is
consistent. I am comparing input data to extract data that has gone
through an ETL process.
Now, there are some quirks in the data, and I have created a query for
each of the 2 tables to do things like convert null to "NULL" (if both
values are null, they don't join). And I am now joining the queries.
However. by the time that I've added 3 or 4 pairs of fields to the
join, Access has trouble completing the join and presenting it on the
screen. I can do the joins one at a time, but that's not exactly going
to be repeatable with a new round of data. I've compacted and repaired
the database and that doesn't solve the issue.
Can I join 2 queries - each representing about 10K rows each - in
Access on 10 or more fields? Or have I hit Access's practical limits?
to verify that the information that is represented in the 2 tables is
consistent. I am comparing input data to extract data that has gone
through an ETL process.
Now, there are some quirks in the data, and I have created a query for
each of the 2 tables to do things like convert null to "NULL" (if both
values are null, they don't join). And I am now joining the queries.
However. by the time that I've added 3 or 4 pairs of fields to the
join, Access has trouble completing the join and presenting it on the
screen. I can do the joins one at a time, but that's not exactly going
to be repeatable with a new round of data. I've compacted and repaired
the database and that doesn't solve the issue.
Can I join 2 queries - each representing about 10K rows each - in
Access on 10 or more fields? Or have I hit Access's practical limits?