April 21, 201015 yr I have 193 students. I rearrange them in different orders to show their status in different subjects. How do I let them see their rankings in the group by associating a number each time I rearrange them. For example, in math it may be 1. Salley 2. Joe 3. Sarah But in English it may be 1. Joe 2. Sarah 3. Sally
April 21, 201015 yr So, do you have a number field or related records for Rank and Class? How are you implementing this? If it's just a simple number field, Replace Field Contents[Get(RecordNumber)] would work.
Create an account or sign in to comment