I have a query that receives it's criteria from a form. The form has 2 text boxes which are for dates(start & end date). It also has 3 dropdown list boxes. 2 of the boxes have about 10 entries that are from a table, and one of the list box has 2 entries which are I put in manually. This information is feed to a query once the submit button is clicked. It all works if i have everything filled out. eg. the dates and a selection from each drop down list. What I want is if the dropdown lists have nothing selected is to have the query pull everything from that field. So if only the dates are filled out but nothing in the dropdown list then it pulls everything from that date range. Here is the way the query criteria reads for the dropdown lists. Bus as I said inorder for it to work a selection has to be made for each one, and I would like it to still work if no selection is made. Thanks
[Forms].[ReportCriteria].[1stProcessors]
[Forms].[ReportCriteria].[2ndProcessors]
[Forms].[ReportCriteria].[Decision]
[Forms].[ReportCriteria].[1stProcessors]
[Forms].[ReportCriteria].[2ndProcessors]
[Forms].[ReportCriteria].[Decision]