sebastian341
06-18-2009, 11:10 AM
How do you not return records in a query if those records have the same value in a field?
For example the following records are sorted so that the "x" field is unique
x y
A X
A Y
B Z
B X
Sorted gives:
x
A
B
For example the following records are sorted so that the "x" field is unique
x y
A X
A Y
B Z
B X
Sorted gives:
x
A
B