E
Elaine J.
I am not entirely sure this is in the right forum. I'm not sure if this a
query question or a VBA question. But it is my understanding that I should
only post the question once.
I have two tables in Excel that are linked to Access.
I have built select queries for each table and when I run the two queries,
the number of records should match.
Table1 has ALL the records
Table2 should have all the records (but does not always have all of them)
I need to know which records are not in Table2. I only need to compare one
field to determine what is missing.
How can I compare the results of the two queries and return results for the
records that do not match (ie. are not in Table2).
I do need to be able to compare the queries and not the tables. (because
table1 has many records that are not included in the query). Or should I
consider using Make Table Queries and comparing those two tables? That seems
like the long way around to me, and I'm hoping for a simpler solution.
I know this can be done, but I'm not sure if would be done with another
query, or through VBA, or some other option. If possible I would like a
complete walk through of the process, so I can understand what I am doing and
apply it in other areas.
Thanks so much for any help.
query question or a VBA question. But it is my understanding that I should
only post the question once.
I have two tables in Excel that are linked to Access.
I have built select queries for each table and when I run the two queries,
the number of records should match.
Table1 has ALL the records
Table2 should have all the records (but does not always have all of them)
I need to know which records are not in Table2. I only need to compare one
field to determine what is missing.
How can I compare the results of the two queries and return results for the
records that do not match (ie. are not in Table2).
I do need to be able to compare the queries and not the tables. (because
table1 has many records that are not included in the query). Or should I
consider using Make Table Queries and comparing those two tables? That seems
like the long way around to me, and I'm hoping for a simpler solution.
I know this can be done, but I'm not sure if would be done with another
query, or through VBA, or some other option. If possible I would like a
complete walk through of the process, so I can understand what I am doing and
apply it in other areas.
Thanks so much for any help.