M
Mike C
Hello,
I have a main form with some combo boxes that I use to filter data in a sub
form. I have added a couple option boxes so that the user can choose which
data set to query in the sub form. I'm not sure how to code it in the on
click event of the option they select. Below is something I thought may have
worked but did not. Any help or suggestions would be greatly appreciated.
sub_form1.Recordset = "QueryName"
I have a main form with some combo boxes that I use to filter data in a sub
form. I have added a couple option boxes so that the user can choose which
data set to query in the sub form. I'm not sure how to code it in the on
click event of the option they select. Below is something I thought may have
worked but did not. Any help or suggestions would be greatly appreciated.
sub_form1.Recordset = "QueryName"