Combobox/Subform help

heyyouthere

New member
Local time
Today, 15:15
Joined
Apr 27, 2008
Messages
1
I need some help getting a filter to work. I have a form with a subform built into it. This form has several Combo boxes that get their information from a a query. What I need to do is filter the data that shows up in the Subform based on the changing data in the combo boxes. I need it to have a update everytime the combo boxes undergo a change.
 
Not being sure of exactly what you have, here is a suggestion. You can create an on update event for the combo boxes and then populate the subform in this event (or requery if the subform is based on a query)
 

Users who are viewing this thread

Back
Top Bottom