[AccessD] Ranking rows

Gustav Brock gustav at cactus.dk
Fri Jul 19 11:18:47 CDT 2019


Hi all

Yet an article on row numbering, this time on how to rank rows:

https://www.experts-exchange.com/articles/33651/Ranking-rows-in-Microsoft-Access.html

<quote>
To rank something isn't that difficult. Basically, it is just to sort on the values to rank - points, goals, sales, citizens, whatever - in descending order or (typically for time) ascending order.
But how to rank dupes? Five methods exist, and they can all be implemented in pure SQL or using VBA.
</quote>

If you don't have an account, browse for the link: Read the full article.

Code is also on GitHub: https://github.com/GustavBrock/VBA.RowNumbers

/gustav



More information about the AccessD mailing list