Go to your table in design view and change the name of the time field to
swimtime. "Time" is a reserved word and should not be used as a field name.
Create a query with the following fields in the order shown here:
stroke
swimmer
swimtime
Click on the Sigma button on the toolbar at the top of the screen to change the
query to a totals query.
In the swimtime field, change Group By to Min.
Run the query and you should get what you want.
--
PC Datasheet
Your Resource For Help With Access, Excel And Word Applications
[email protected]
www.pcdatasheet.com
rooney said:
I have a database of swimmers and times by stroke and by meet. I have written
a query to retrieve the times since a certain date. I want to write an equation
to get the lowest time by stroke and by swimmer. How would I do that? Thanks
for the help in advance.