C
cscotty via AccessMonster.com
Hello all. I did some searching and did find some solutions to my problem,
but I couldnt understand them. Here we go:
I have a form named "frmSearch" that has 3 Combo boxes and 15 checkboxes.
When I select the first combo box, it filters the data in the second.
Similarly, the second combo box filters the third. After my combo boxes are
my three rows of five checkboxes.
After I did my initial filter using the combo boxes, I would like to check
some of the checkboxes and perform a search. The search would display the
resutling records which fileds correspond to the boxes that were checked.
For example, if I checked boxes chbxBlue, chbxGreen, and chbxRed, I would
want to return all cars that are blue, green, and red.
I do not have any code, becuase I do not know where to start. If possible,
please try to use the example above to help me.
Many Thanks,
Scott
but I couldnt understand them. Here we go:
I have a form named "frmSearch" that has 3 Combo boxes and 15 checkboxes.
When I select the first combo box, it filters the data in the second.
Similarly, the second combo box filters the third. After my combo boxes are
my three rows of five checkboxes.
After I did my initial filter using the combo boxes, I would like to check
some of the checkboxes and perform a search. The search would display the
resutling records which fileds correspond to the boxes that were checked.
For example, if I checked boxes chbxBlue, chbxGreen, and chbxRed, I would
want to return all cars that are blue, green, and red.
I do not have any code, becuase I do not know where to start. If possible,
please try to use the example above to help me.
Many Thanks,
Scott