Hi, all. I'm new here, but have been working with Access and SQL for too many years to count. I've developed a small database on a pro bono basis for our local 4H chapter. They use it to track scores for the horse program and qualifications for state fair.
This year, they are have a new event. I'm trying to figure out the scoring for this and, admit, I'm stumped. Here's the scenario. The event has 6 categories. Qualifications are determined by the top 5 scores (lowest score is dropped), then added then averaged. All scores for the individual are in a single record/table. Example below would be one record in a table. There would be a record for each individual participating.
Name Number SMS WR Trail Cows Roping Knowledge
Kim 100 88 91 83 87 86 89
In this example, the lowest score, 83, would be dropped. The remaining scores would be added together, then divided by 5 to obtain an average score.
What I'm struggling with is how to drop this score in a single record. I don't want to have to create 6 different tables to accomplish this...one for each category.
Any thoughts? Thank you so much!
This year, they are have a new event. I'm trying to figure out the scoring for this and, admit, I'm stumped. Here's the scenario. The event has 6 categories. Qualifications are determined by the top 5 scores (lowest score is dropped), then added then averaged. All scores for the individual are in a single record/table. Example below would be one record in a table. There would be a record for each individual participating.
Name Number SMS WR Trail Cows Roping Knowledge
Kim 100 88 91 83 87 86 89
In this example, the lowest score, 83, would be dropped. The remaining scores would be added together, then divided by 5 to obtain an average score.
What I'm struggling with is how to drop this score in a single record. I don't want to have to create 6 different tables to accomplish this...one for each category.
Any thoughts? Thank you so much!