G
gweasel
Is it possible to filter a combo box based on a check box - or
multiple check boxes.
I've got combo boxes that list all the standard parts a company has in
their inventory.
[cmb_Parts1] and [cmb_Parts2]
Two boxes, because any single job can require 1 or up to 2 separate
parts.
There are over 100 parts and many are named very similarly - so the
combo box is not user-friendly as is.
I want to have a few options that allow the user to filter the parts
that display in the combo boxes.
[chk_Criteria1] and [chk_Criteria2]
What is the code needed for this and where would I put it? Or is
coding needed at all - maybe a query filter?
I appreciate any help or links to examples/descriptions.
Thanks.
RJB
multiple check boxes.
I've got combo boxes that list all the standard parts a company has in
their inventory.
[cmb_Parts1] and [cmb_Parts2]
Two boxes, because any single job can require 1 or up to 2 separate
parts.
There are over 100 parts and many are named very similarly - so the
combo box is not user-friendly as is.
I want to have a few options that allow the user to filter the parts
that display in the combo boxes.
[chk_Criteria1] and [chk_Criteria2]
What is the code needed for this and where would I put it? Or is
coding needed at all - maybe a query filter?
I appreciate any help or links to examples/descriptions.
Thanks.
RJB