Microsoft access, parameter query based on form requires all controls to be used?
Hi,
I am trying to run a parameter query from a form in Microsoft access 2010. I am using 7 different combo boxes. The combo box lists are populated from different queries. I was wanting to have the query take the values from the combo box only if the user selected a value form the box. I have the query set up from each combo box from the form (example [Forms]![frmProductSearch]![ProductCategoryCombo]). The query works if all the combo boxes are used and there happens to be a record with those variables but if a combo box is not used it doesn't return anything. I have tried everything I can think of to get this to work but can't. My default value in the combo box is blank. Any suggestions?
Thank you for your time,
Chase
Comment on Scleros's post
Yes... I understand how a query works. What I am saying is that of the 7 combo boxes I would like for the user to be allowed to use as few as one or as many as 7. I would like for the query to ignore a combo box that has not been selected. If the def