Have just about finished my large database for golf tournament. Am absolutely stuck on this one.
Part of the tournament is team events and part of those teams are teams of 3
The players in these teams play individually throughout the tournament and therefore score individually. Over the first two days their gross and nett scores are tallied.
to define the winners of these events only the best (in golf the lowest) 2 of the three scores are counted. I can work out the query for placing persons in their teams and also for their scores but cannot work out how to define the best of 2 of three scores from the team.
I have attached both the players table and queries re the teams to this post.
The players table includes numerous fields that are used for the whole database but the fields that relate to the teams of 3 only are
PlayerID
Fullname
clubteam
Team number scratch 36
Team number Nett 36
Nett 36
Gross 36
The first 3 fields are self explanatory
Team number scratch 36 refers to the number of the team this player is part of for her club eg Team 1 for XYZ club etc
Team number Nett 36 is the same but refers to a different competition than scratch
Nett 36 is the total score for the 36 holes less their handicap
Gross 36 is the total score for the 36 holes
The two competitions or trophies that I am trying to work out above are
Nett 36 Best 2 of 3 scores (lowest numbers) combined from each team will win with the lowest score
Gross 36 Best 2 of 3 scores (lowest numbers) combined from each team will win with the lowest score
I hope this makes sense.
Part of the tournament is team events and part of those teams are teams of 3
The players in these teams play individually throughout the tournament and therefore score individually. Over the first two days their gross and nett scores are tallied.
to define the winners of these events only the best (in golf the lowest) 2 of the three scores are counted. I can work out the query for placing persons in their teams and also for their scores but cannot work out how to define the best of 2 of three scores from the team.
I have attached both the players table and queries re the teams to this post.
The players table includes numerous fields that are used for the whole database but the fields that relate to the teams of 3 only are
PlayerID
Fullname
clubteam
Team number scratch 36
Team number Nett 36
Nett 36
Gross 36
The first 3 fields are self explanatory
Team number scratch 36 refers to the number of the team this player is part of for her club eg Team 1 for XYZ club etc
Team number Nett 36 is the same but refers to a different competition than scratch
Nett 36 is the total score for the 36 holes less their handicap
Gross 36 is the total score for the 36 holes
The two competitions or trophies that I am trying to work out above are
Nett 36 Best 2 of 3 scores (lowest numbers) combined from each team will win with the lowest score
Gross 36 Best 2 of 3 scores (lowest numbers) combined from each team will win with the lowest score
I hope this makes sense.