Hi
I have a query that returns total scores in descending order. I present that on a form but i want my form to show the scoring position
eg
1. ABC Company 100
2. DEF Company 90
3. GHI Company 80
How can i number each line on the form WITHOUT writing the results of the query to a temporary table. I want to avoid temporary tables as I want the user to update tick boxes on this form based on scores.
How do I get the form to count the number of rows and assign numbering. Is it something i can assign within the query rather than the form?
thanks in advance!
I have a query that returns total scores in descending order. I present that on a form but i want my form to show the scoring position
eg
1. ABC Company 100
2. DEF Company 90
3. GHI Company 80
How can i number each line on the form WITHOUT writing the results of the query to a temporary table. I want to avoid temporary tables as I want the user to update tick boxes on this form based on scores.
How do I get the form to count the number of rows and assign numbering. Is it something i can assign within the query rather than the form?
thanks in advance!