G
Guest
Hi,
What I would like is a form with a combo box to filter a query. That I have
so far. But then I would like a series of check boxes. If one check box is
checked it filters for that check box in addition to my combo box. Where I
am getting hung up is each check box on the form has a matching boolean field
in the record. I have tried setting up the query for each check box to link
to the check box on the form. The trouble seems to be it can't be blank. I
get nothing when I query. So, I think I need to link only the check box I am
filtering to, which is variable. Can I place the link through VB onto the
query from the form based on which check box is selected?
Thanks
What I would like is a form with a combo box to filter a query. That I have
so far. But then I would like a series of check boxes. If one check box is
checked it filters for that check box in addition to my combo box. Where I
am getting hung up is each check box on the form has a matching boolean field
in the record. I have tried setting up the query for each check box to link
to the check box on the form. The trouble seems to be it can't be blank. I
get nothing when I query. So, I think I need to link only the check box I am
filtering to, which is variable. Can I place the link through VB onto the
query from the form based on which check box is selected?
Thanks