Lets say I have 5 records by name in one field and a number in associated with the name in field 2
Example:
Name Number
John 43
Michelle 5
Jerry 321
Betty 21
Michael 7
What I want to do is build a query where I rank the people by number in decending order but rank them as below.
Rank Name Number
1 Jerry 321
2 John 43
3 Betty 21
4 Michael 7
5 Michelle 5
How do I get the ranking done in the query? I've been doing it by making a table then adding an auto number field, but would rather be able to do this in a query if possible as I can in a report.
TIA
Example:
Name Number
John 43
Michelle 5
Jerry 321
Betty 21
Michael 7
What I want to do is build a query where I rank the people by number in decending order but rank them as below.
Rank Name Number
1 Jerry 321
2 John 43
3 Betty 21
4 Michael 7
5 Michelle 5
How do I get the ranking done in the query? I've been doing it by making a table then adding an auto number field, but would rather be able to do this in a query if possible as I can in a report.
TIA