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...