KavJack
Programmer
- Apr 1, 2001
- 46
I have a Form based on a Query which generates the following fields: Year, Count for Round1,Count for Round2,Count for Round3,Count for Round4,Count for Round5.
Most years the Count for Round5 is going to be zero.
This Form has a Default View of Continuous Forms so that I can see the output as a series of rows from the year 1926 up to the current year 2002. I have added a button at the footnote to the form. When I click on this button I want the above data to be replaced by the results of another query which has the following fields: Year,Team, Count for Round1,Count for Round2,Count for Round3,Count for Round4,Count for Round5 where the Count for Round5 is equal to 1. This would generate 5 records which I want to display with a Default View of Continuous Forms. Any ideas on how to achieve this ?
Most years the Count for Round5 is going to be zero.
This Form has a Default View of Continuous Forms so that I can see the output as a series of rows from the year 1926 up to the current year 2002. I have added a button at the footnote to the form. When I click on this button I want the above data to be replaced by the results of another query which has the following fields: Year,Team, Count for Round1,Count for Round2,Count for Round3,Count for Round4,Count for Round5 where the Count for Round5 is equal to 1. This would generate 5 records which I want to display with a Default View of Continuous Forms. Any ideas on how to achieve this ?