B
Bill H.
For the after update event of a combo box (named "classcombo") on the main
form Frm_Main, how do I set the filter control on the subform,
Frm_Main_subform.filter?
I'd like to say Forms!Frm_Main_subform.filter = "PriKey = " &
classcombo.column(0)
Thanks
form Frm_Main, how do I set the filter control on the subform,
Frm_Main_subform.filter?
I'd like to say Forms!Frm_Main_subform.filter = "PriKey = " &
classcombo.column(0)
Thanks