PDA

View Full Version : Top x



chungtinhlak
04-01-2009, 02:09 PM
I'm running queries to count things by type, months.... Is there a way to filter out top 5 or top 10 by the count?

geekgirlau
04-01-2009, 07:45 PM
What's your current sql string?

CreganTur
04-02-2009, 05:18 AM
You should be able to use the Top keyword. Take a look at its specs in Access help.

chungtinhlak
04-02-2009, 06:40 AM
it's based on count, i figured it out. use the display function to only show 5 record when sorting desc.

thanks everyone