dmcfarland9
New member
- Local time
- Today, 10:41
- Joined
- Jul 23, 2018
- Messages
- 6
This is what I am doing: I have a query with names, term dates, term months, term months and years on it. I would like to have a form with a combo box that lists the years, and a combo box that lists the month that would count only those records in the query and return a number.
For example:
CboYear=2018
#ofTerms in 2018: 1111
CboMonth=June
#ofTerms in June 2018: 2222
The # of terms in 2018 would count the number of records in the term year column that are equal to 2018. The # of terms in June 2018 would count the records that contained June 2018 in the term months and years column.
I know there is an easy solution but I have been working on this for DAYS. SOS.:banghead:
For example:
CboYear=2018
#ofTerms in 2018: 1111
CboMonth=June
#ofTerms in June 2018: 2222
The # of terms in 2018 would count the number of records in the term year column that are equal to 2018. The # of terms in June 2018 would count the records that contained June 2018 in the term months and years column.
I know there is an easy solution but I have been working on this for DAYS. SOS.:banghead: