I have list box pulls data from a query based on criteria\'s selected from Combo Boxes (the combo Boxes are filled whit Data from the same table every combo box from another col
I found a code whats work type in query designer the following:
if you want to write in SQL take a look on this question,
Click on this link https://stackoverflow.com/a/38899574/9661307
or https://stackoverflow.com/a/38852152/9661307
in Query designer do the following
under your column you do the criteria
Like "*" & [Forms]![myForm]![myControl] & "*" OR [Forms]![myForm]![myControl] Is
Null