I'm trying a different angle.
Say a user clicks 2 selections in Manub (a multi choice list box to choose a manufacturer) and 3 selections in Segub (another multi choice list box to choose the Seg. Only the Segs with the Manufacturer chosen show up in the Segub list box). I need to then run a query that has the data for all rows which includes those Manufacturers and Segs.
Both are unbound listboxes.
I added a button to run "CascadeQry" and put
[Forms]![CascadeModelFrm]![Manub] in the Manufacturer Criteria of the Query and
[Forms]![CascadeModelFrm]![Segub] in the Seg Criteria of the Query.
It is returning a blank.
Any suggestions?