Here is the problem. I'm dealing with one table. The data in this table consists of percentages in one field and times in another (all the times are unique). I am trying to get the query to return ONE record consisting of the maximum percentage, but also include the time.
In design view, I click on "total" and "Max" for the percentage field. What do I do for the "time" field? If I leave it as "group by", it returns every record, since each time is unique. Help!
~Tania
In design view, I click on "total" and "Max" for the percentage field. What do I do for the "time" field? If I leave it as "group by", it returns every record, since each time is unique. Help!
~Tania
Last edited: