Hi all.
I have 4 unbound combo boxes on a form. I want to fill each combo box with filtered data based on the values of the other combo boxes - this way the order of the combo boxes would not effect the results. I tried to use the row source as a query with criteria. See below. This query would be used as row source for combo1 - using combo2, 3, 4 criteria to filter combo1. Then I would have a query like this for the other 3 combos. But, This query only works if I use 1 combo based on 1 other - will not work if I have 3 columns with criteria??? Thanks for the help.
This does not work...
This does work to filter combo1 based on value of combo2(only 1 criteria)
![]()