H
hparker
For a golf handicap database, I have a query that results in the most recent
20 golf scores. I use this to display these rounds on a form from the most
recent to include the last 20 rounds. I have another query based on the
first query that results in the 10 best scores of those last 20 rounds. How
do I display a single result (the average of the 10 best scores) on the form
with the 20 most recent rounds? The form's record source is the first query.
I can make this happen if I use the second query as the record source, but
it only displays the best 10 rounds instead of the last 20 rounds.
Thanks in advance.
20 golf scores. I use this to display these rounds on a form from the most
recent to include the last 20 rounds. I have another query based on the
first query that results in the 10 best scores of those last 20 rounds. How
do I display a single result (the average of the 10 best scores) on the form
with the 20 most recent rounds? The form's record source is the first query.
I can make this happen if I use the second query as the record source, but
it only displays the best 10 rounds instead of the last 20 rounds.
Thanks in advance.