G
Guest
Is it possible to use the excel function: LARGE in access 2000. or to write
it in vba???
it in vba???
Franky said:allready tried , i think the best way to solve this is to write a function in
access but i don't know how
allready tried that, for some players it gives 8 scores , for other players
it give 7 scores, and some it give 4.
Ken Snell said:Sure.
The subquery is generating the list of scoreID values that correspond to the
records with the four highest scores for a specific playerID. This subquery
returns only 4 records, even if there are ties, because it's using both the
score and scoreID values for sorting -- because each record has a unique
scoreID value, there are no "ties" that would return more than 4 records by
the TOP 4 predicate.
Then, the main query uses that list of scoreID values as the joining values
to select the appropriate records for the main query to display for the
specific playerID value.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.