G
Guest
Hi,
I have a subform in a main form. How do I assign different filters to the
subform by clicking on different command buttons on the main form. I tried
using the following but it did not work:
'Forms!Frm_main.Frm_sub.Filter = "((Main.Group = 'CNC'))"
'Forms!Frm_main.Frm_sub.FilterOn = True
Thanks
Wendy
I have a subform in a main form. How do I assign different filters to the
subform by clicking on different command buttons on the main form. I tried
using the following but it did not work:
'Forms!Frm_main.Frm_sub.Filter = "((Main.Group = 'CNC'))"
'Forms!Frm_main.Frm_sub.FilterOn = True
Thanks
Wendy