XLEAccessGuru
XLEGuru
- Local time
- Today, 09:39
- Joined
- Nov 17, 2006
- Messages
- 65
Hello all,
I have a form that has three combo boxes. My users will select a value from the drop down that will filter a SUBform on the after update event of the combo. I'm really struggling with how to write code to do this. I currently have a hidden text box that will contain the SQL filter string I want to apply to the subform, but I'm struggling with how to write code that will apply a filter based on combo 1, 2 or three each time they are updated. Does that make sense?
In other words, I want these combo boxes to filter the subform after each after_update event whether they are null or not.
I've seen several posts on this topic and tried many of them, but I'm still struggling because the setups in the examples are somewhat different. Any other suggestions?
Thanks!!!!
I have a form that has three combo boxes. My users will select a value from the drop down that will filter a SUBform on the after update event of the combo. I'm really struggling with how to write code to do this. I currently have a hidden text box that will contain the SQL filter string I want to apply to the subform, but I'm struggling with how to write code that will apply a filter based on combo 1, 2 or three each time they are updated. Does that make sense?
In other words, I want these combo boxes to filter the subform after each after_update event whether they are null or not.
I've seen several posts on this topic and tried many of them, but I'm still struggling because the setups in the examples are somewhat different. Any other suggestions?
Thanks!!!!