Ok, this is probably going to sound dumb, and be a very easy answer. I just can't remember, but it seems there is a simple way to accomplish this.
Access 2003 Database - very small.
I have 2 tables, each with one field that I wanted to compare.
For the idea, not much informations needed, but here is what I have:
1 database
2 tables
1 field in each table (this is not a production database, just trying to test some data real quick).
The field in each database should be fairly similar - in other words, about half of the records in one table will be identical to the records in the other table.
What I want to do is a join or some other calculation that shows of tables A and B, what accounts are in table A, but not in table B. So, an example would be:
Table A Table B
Apple Apple
Orange Orange
Bannana Bannana
Cherry Grape
Grape
So, the query I want would return one value in this example: Cherry.
If anyone could help me out with this one, I'd greatly appreciate it.
Thanks!
Access 2003 Database - very small.
I have 2 tables, each with one field that I wanted to compare.
For the idea, not much informations needed, but here is what I have:
1 database
2 tables
1 field in each table (this is not a production database, just trying to test some data real quick).
The field in each database should be fairly similar - in other words, about half of the records in one table will be identical to the records in the other table.
What I want to do is a join or some other calculation that shows of tables A and B, what accounts are in table A, but not in table B. So, an example would be:
Table A Table B
Apple Apple
Orange Orange
Bannana Bannana
Cherry Grape
Grape
So, the query I want would return one value in this example: Cherry.
If anyone could help me out with this one, I'd greatly appreciate it.
Thanks!