P
pauld
I have a report that shows the winners of a race.
The number of winner medals is based on the number of people who enter in
their specific category. There are many categories.
Is there any way to count the records for a particular category of racer and
only select those records to print on the report based on the following
criteria?
If there are between 1-5 racers, I'd select one record to print (the record
with the lowest FinishTime))
If there are between 6-10 racers, I'd select 2 records to print (the records
with the lowest and second lowest FinishTime)
I am not at all familiar with Visual Basic so am hoping someone can offer a
suggestion on how to do this using the Access queries and macros.
Thanks
The number of winner medals is based on the number of people who enter in
their specific category. There are many categories.
Is there any way to count the records for a particular category of racer and
only select those records to print on the report based on the following
criteria?
If there are between 1-5 racers, I'd select one record to print (the record
with the lowest FinishTime))
If there are between 6-10 racers, I'd select 2 records to print (the records
with the lowest and second lowest FinishTime)
I am not at all familiar with Visual Basic so am hoping someone can offer a
suggestion on how to do this using the Access queries and macros.
Thanks