Hello everyone.
I need to run a query to do this:
Table structure:
row..Field1(txt).....Field2(txt).....Field3(num)
1.....x..................y..................1
2.....xx................yy.................2
3.....xxx...............yyy...............5
4.....xx................yy.................10
5.....x..................y..................20
..
..
.
I want to find instances where Field1 and Field2 both are equal. ie
Match row 1 with row 5 and row 2 with row 4 for millions of records. This seems like it should be easy, I'm just having a block today.
Thanks all.
I need to run a query to do this:
Table structure:
row..Field1(txt).....Field2(txt).....Field3(num)
1.....x..................y..................1
2.....xx................yy.................2
3.....xxx...............yyy...............5
4.....xx................yy.................10
5.....x..................y..................20
..
..
.
I want to find instances where Field1 and Field2 both are equal. ie
Match row 1 with row 5 and row 2 with row 4 for millions of records. This seems like it should be easy, I'm just having a block today.
Thanks all.