G
Guest
I have a subform in datasheet view which I want to filter based on the
choices entered un several unbound combo boxes on the main form. Once I
have built a strFilter from the ichoices selected in the combos; how do I
apply the filter to the subform? Whenever I try something like
Forms!MainForm!Subform.form.filter = strFilter I get an error stating I
cannot set the value. Any suggestions?
choices entered un several unbound combo boxes on the main form. Once I
have built a strFilter from the ichoices selected in the combos; how do I
apply the filter to the subform? Whenever I try something like
Forms!MainForm!Subform.form.filter = strFilter I get an error stating I
cannot set the value. Any suggestions?