Hi,
I have 4 unbound comboboxes that i have populated with information from a query. I would like them to be used a way to help filter the subform I have on the form. I have set all the comboboxes to show only unique values, however, I am still getting some duplicates.
I am pretty sure it has something to do with the way I have setup my row source. For example, I have 1 of my roww sources setup to be also dependent upon the 3 other comboboxes as such:
[Forms]![Overview]![Product] Or [Forms]![Overview]![Product] is Null
[Forms]![Overview]![City] Or [Forms]![Overview]![City] is Null
[Forms]![Overview]![Customer] Or [Forms]![Overview]![Customer] is Null
I set it up this way because sometimes I only want to use 2 of the comboboxes to filter and still show all possibilities for the unused filtered criteria.