sjohnson77
New member
- Local time
- Today, 02:52
- Joined
- Sep 15, 2005
- Messages
- 8
Is there a way to update a field in a sorted query with its recordnumber value, as if to assign a rank to it?
Example Table contains Name, Grade, Rank sorted by Grade ASC
Record 1: John, A, *Update here*
Record 2: Tony, C, *Update here*
Record 3: Eric, D, *Update here*
The *Update here* is the bit that I need to update with each records recordnumber, so that the end result would be as follows:
Record 1: John, A, 1
Record 2: Tony, C, 2
Record 3: Eric, D, 3
Can anyone please help?
Thank,
Steve Johnson
Example Table contains Name, Grade, Rank sorted by Grade ASC
Record 1: John, A, *Update here*
Record 2: Tony, C, *Update here*
Record 3: Eric, D, *Update here*
The *Update here* is the bit that I need to update with each records recordnumber, so that the end result would be as follows:
Record 1: John, A, 1
Record 2: Tony, C, 2
Record 3: Eric, D, 3
Can anyone please help?
Thank,
Steve Johnson