Nightfire22255
New member
- Local time
- Today, 01:59
- Joined
- Dec 21, 2020
- Messages
- 6
Hello all,
I need some guidance on filtering a subform. I am still a novice at Access, so please bare with me.
Basically, I want to use an Option Group of 12 choices where each choice is a month (January, February, etc.). When I choose what month, it will filter my subform to those month's results only.
To specify the year I want to filter, will be done by a combo box. When I click the drop down, it will show all the years that are within my current records.
The Option Group and the Combo box should work in conjunction together. So if I choose January from the option box and the year 2019 from the combo box, it will only show me those results from Jan 2019 in my subform.
I'm still learning VBA, so please go easy on me. Again I just need some guidance on the right direction.
From the screenshot, I'm filtering just from one date in the record.
I need some guidance on filtering a subform. I am still a novice at Access, so please bare with me.
Basically, I want to use an Option Group of 12 choices where each choice is a month (January, February, etc.). When I choose what month, it will filter my subform to those month's results only.
To specify the year I want to filter, will be done by a combo box. When I click the drop down, it will show all the years that are within my current records.
The Option Group and the Combo box should work in conjunction together. So if I choose January from the option box and the year 2019 from the combo box, it will only show me those results from Jan 2019 in my subform.
I'm still learning VBA, so please go easy on me. Again I just need some guidance on the right direction.
From the screenshot, I'm filtering just from one date in the record.