Filter a Query based on 10 combo boxes but if combo box is blank show All records including empty,
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 column). I use this code in query designer Like " * " & [Forms]![Costumers]![PB_City] & " * " in order to get partial text from the table DB but it don't show a record if the field is blank. The code Like " * " & [Forms]![AnyForm]![AnyThing] & " * " leave out the Blank records/ I wonder what's the exact syntax for the SQL or how to work in query designer where where clause in the SQL should only work if Combo Box Is not