I have a combobox that the user can select a value then the report is filtered by the selection. In my query I have: Forms![Main Form].[Value]
This works fine if the user selects a value. However I was hoping that if the combobox was left blank then it would not filter at all and give me all records in the table. Any suggestions on how to capture all records if nothing is selected in the combobox?
Thanks - John
This works fine if the user selects a value. However I was hoping that if the combobox was left blank then it would not filter at all and give me all records in the table. Any suggestions on how to capture all records if nothing is selected in the combobox?
Thanks - John