Hi guys,
I have a table TblResults with the following fields:
[ResID]
[Date]
[Location]
[Checkpoint1]
[Checkpoint2]
[Checkpoint3]
[Checkpoint4]
Each [Checpoint(x)] contains values/grades ranging from 1-5.
What I want is a query that return the checkpoint with the highest value and the checkpoint with the lowest value. Furthermore, both Date and Location should also show for each of the two checkpoints.
How do I get my query to return these results? Maybe I need one query for Max and one query for Min?
Thanks!
I have a table TblResults with the following fields:
[ResID]
[Date]
[Location]
[Checkpoint1]
[Checkpoint2]
[Checkpoint3]
[Checkpoint4]
Each [Checpoint(x)] contains values/grades ranging from 1-5.
What I want is a query that return the checkpoint with the highest value and the checkpoint with the lowest value. Furthermore, both Date and Location should also show for each of the two checkpoints.
How do I get my query to return these results? Maybe I need one query for Max and one query for Min?
Thanks!
