A
Arthur Amos
Suppose I have a table structured like this:
RecID PersonID ValueField
Each person appears in multiple rows with different
values in the ValueField. I want to create a query that
will retrieve only those rows where the ValueField value
is the smallest for that person.
Help please.
RecID PersonID ValueField
Each person appears in multiple rows with different
values in the ValueField. I want to create a query that
will retrieve only those rows where the ValueField value
is the smallest for that person.
Help please.