Hi,
If you base your results on a query, perhaps passing the athlete's name from a combo box, then you can create the query and and sort the time field in ascending order. Then go to the query's Properties dialog box, and on the line "Top Values" put a "1". You will have to enter 1 and then a space since it will try to autocomplete 100.
Then when you pass the athlete's name as a parameter, it will only return that athlete's fastest time.
mmcdonal
|