Greatest values question

cokeblue8

Registered User.
Local time
Today, 05:38
Joined
Aug 28, 2007
Messages
38
Hi everyone

This seems like a really simple problem, but I can't figure it out...

-I have a table that contains machine problems, and their duration times
-I made a query that filters the problems based on the date of occurance, and adds up the duration times for a specified problem for the date range

Question: How do I get it to display the top 5 (i.e. 5 with the longest duration) problems? Can the max function work for more than one record?
:confused:
 
Question: How do I get it to display the top 5 (i.e. 5 with the longest duration) problems? Can the max function work for more than one record?
:confused:
Believe it or not, you can use a top values query and set it for 5 values. Check in Access help for top values.
 
works perfectly. thanks :)
 

Users who are viewing this thread

Back
Top Bottom