AnonGod
IS-IT--Management
- Jun 5, 2000
- 223
posted this in access queries with no response yet, thought I'd try here as well. Hopefully not bugging too many people 
-----------------------
I'm sure this is a simple one, I just can't figure it out yet...
I am trying to build an application that matches up records between 2 tables.
ex: (Row 1 in each table is an ID field that I want matched up to Row 1 in the other table.)
Table1
Row1, Row2, Row3, Row4
1, AAA, BBB, CCC
2, 123, 456, 789
3, QWE, RTY, UIO
Table2
Row1, Row2, Row3, Row4
1, 123, 456, 789
2, AAA, BBB, CCC
3, UIO, PQW, ERT
Now what I would like is an output saying that Table1.Row(1) = Table2.Row(2), Table1.Row(2) = Table2.Row(1), and Table1.Row(3) AND Table2.Row(3) do not match anything.
Any ideas?
Thanks so much.
-Andrew
-----------------------
I'm sure this is a simple one, I just can't figure it out yet...
I am trying to build an application that matches up records between 2 tables.
ex: (Row 1 in each table is an ID field that I want matched up to Row 1 in the other table.)
Table1
Row1, Row2, Row3, Row4
1, AAA, BBB, CCC
2, 123, 456, 789
3, QWE, RTY, UIO
Table2
Row1, Row2, Row3, Row4
1, 123, 456, 789
2, AAA, BBB, CCC
3, UIO, PQW, ERT
Now what I would like is an output saying that Table1.Row(1) = Table2.Row(2), Table1.Row(2) = Table2.Row(1), and Table1.Row(3) AND Table2.Row(3) do not match anything.
Any ideas?
Thanks so much.