Any way to rank?

M

Mike C

I have a report that displays the top 25 people. I would
like to add an extra field next to them that shows their
ranked number. Does anyone know how to do this in
Access? Thanks in advance.
 
P

Pat Hartman

Add a control with a ControlSource value of
=1
Then set the running sum property to Over Group.
 
Top