Greetings,
I have a table that tracks records which include an individuals name, contact info, and then a series of 14 fields which each contain a number of points that that person earned at some point.
ie.
NAME email pts1 pts2 pts3 pts4 pts5 pts6 ...........
bob @gmail 289 300 52 197 299 12
I need to find a way to quickly select the best (highest) 10 fields for each individual.
So for bob.... (ie)... id like to look at each of the pts fields, and then select the highest 10 values.
I dont need to see the values... realistically the top 10 are going to get added for a running total of the best 10... so if there is a way to do this in a calculated field, that totally works.
* this is NOT finding the best 10 records, but rather identifying the best 10 field contents for every record.
I know that Excel has a function to determine the Best(n) values accross however many columns.... this is basically what I am trying to create in access.
Is it possible to have access perform something similar to the Best function?
Thanks guys.... much appreciated!
I have a table that tracks records which include an individuals name, contact info, and then a series of 14 fields which each contain a number of points that that person earned at some point.
ie.
NAME email pts1 pts2 pts3 pts4 pts5 pts6 ...........
bob @gmail 289 300 52 197 299 12
I need to find a way to quickly select the best (highest) 10 fields for each individual.
So for bob.... (ie)... id like to look at each of the pts fields, and then select the highest 10 values.
I dont need to see the values... realistically the top 10 are going to get added for a running total of the best 10... so if there is a way to do this in a calculated field, that totally works.
* this is NOT finding the best 10 records, but rather identifying the best 10 field contents for every record.
I know that Excel has a function to determine the Best(n) values accross however many columns.... this is basically what I am trying to create in access.
Is it possible to have access perform something similar to the Best function?
Thanks guys.... much appreciated!
Last edited: