I have a table named TblPresident containing the following three fields:
LngCompetitorNo
TxtUnit
SumOfLngPracticeScores
For each TxtUnit there are four SumOfPracticeScores, one for each LngCompetitorNo. I need to create a query which selects the lowest two scores only for each unit.
Could anyone please advise me how to proceed
Thanks a lot
John
LngCompetitorNo
TxtUnit
SumOfLngPracticeScores
For each TxtUnit there are four SumOfPracticeScores, one for each LngCompetitorNo. I need to create a query which selects the lowest two scores only for each unit.
Could anyone please advise me how to proceed
Thanks a lot
John