View Full Version : Top 20 for each person


asp_learner
04-25-2002, 08:24 AM
Hi,

I am trying to make a query Select Top 10 for each person. I can do a select Top 10 but not for each person. I think the only way is to do it in vba code. Which is to run a report for the top 10 for the first person and then run the top 10 for the next person.

Can I otherwise do it in SQL.

Thanks,
Eva

David R
04-25-2002, 08:39 AM
Q153747 - ACC How to Create a Top N Values per Group Query

asp_learner
04-26-2002, 04:43 AM
I found it. Thanks.

Eva