sammers101
Registered User.
- Local time
- Today, 01:09
- Joined
- May 11, 2012
- Messages
- 89
My problem is very simple, I want to filter data based on user input in a combo box.
Looking for (Set) : ["selected":dropdown box of different sets]
Then I am not sure where to go from here, I thought I should put a subform, but displaying the filtered query would work as well.
I already have a filtered query with criteria [Forms]![frmComboFilter]![selected] The problem I seem to be having is linking my selection box with the subform in frmComboFilter. I feel like examples would be more helpful if more people explained exactly how their code worked. All the examples I found are very specific, is there a good site with multiple kinds of examples that explains them?
I am pretty sure I need to have some code for my after update event for "selected" but what do I assign it to? Or maybe im doing it wrong
I am very much a beginner thanks for any help
Looking for (Set) : ["selected":dropdown box of different sets]
Then I am not sure where to go from here, I thought I should put a subform, but displaying the filtered query would work as well.
I already have a filtered query with criteria [Forms]![frmComboFilter]![selected] The problem I seem to be having is linking my selection box with the subform in frmComboFilter. I feel like examples would be more helpful if more people explained exactly how their code worked. All the examples I found are very specific, is there a good site with multiple kinds of examples that explains them?
I am pretty sure I need to have some code for my after update event for "selected" but what do I assign it to? Or maybe im doing it wrong
I am very much a beginner thanks for any help