G
Geoff Cox
Hello,
I have records containing fields called say field(n) where n=1 to 4,
with the following values:
field1 field2 field3 field4
record1 a
record2 b a
record3 c d a
record4 e f g a
record5 h i a k
How do I write a query in which I select only those records in which
the field(n) with the highest number value is a? ie I get records 1 to
4 but not record 5.
Cheers
Geoff
I have records containing fields called say field(n) where n=1 to 4,
with the following values:
field1 field2 field3 field4
record1 a
record2 b a
record3 c d a
record4 e f g a
record5 h i a k
How do I write a query in which I select only those records in which
the field(n) with the highest number value is a? ie I get records 1 to
4 but not record 5.
Cheers
Geoff