Two questions:
1. I am using a series of combo boxes to set parameters in a query. If no value is selected in the combo box, I want the query to ignore it or pull all values in that field. What it seems to be doing is treating a blank combo box value like null, which returns no values in my query.
2. I want to use a list box (I think) to select several parameters for a certain field. For example, in the list box of values 1,2,3,4,5..., I want to select 1,3,5 and have the query select all records with 1,3,5.
Please help me without VB.
1. I am using a series of combo boxes to set parameters in a query. If no value is selected in the combo box, I want the query to ignore it or pull all values in that field. What it seems to be doing is treating a blank combo box value like null, which returns no values in my query.
2. I want to use a list box (I think) to select several parameters for a certain field. For example, in the list box of values 1,2,3,4,5..., I want to select 1,3,5 and have the query select all records with 1,3,5.
Please help me without VB.