C
Cita
Hello:
I am trying to figure out how to compare the same field in different records
to return the record that contains the higher value in a different field (in
a second query). In other words,
Field 1 Field 2
A34RT 400
A67YR 200
A34RT 250
A34RT 350
So, from this example, my 2nd query would return
Field 1 Field 2
A34RT 400
A67YR 200
Any help would be appreciated.
Thanks!
I am trying to figure out how to compare the same field in different records
to return the record that contains the higher value in a different field (in
a second query). In other words,
Field 1 Field 2
A34RT 400
A67YR 200
A34RT 250
A34RT 350
So, from this example, my 2nd query would return
Field 1 Field 2
A34RT 400
A67YR 200
Any help would be appreciated.
Thanks!