For example I would like to get only the top 10 customer by seller. So it will look like this (without the top 10):
Select seller, customer, sells from table order by seller asc, sells desc
But this will give me all the values. I would only like to have the first 10 customers for each seller.
Is this even possible in ms-access 2003? If yes, please give me a hint, thanks ;)