Neobeowulf
Registered User.
- Local time
- Today, 07:33
- Joined
- May 31, 2012
- Messages
- 34
Team,
I have a report that is filtered by a selection in a combo box. What I need to do at this point is add another filter in another combo box to filter the report. The user should be able to use on or the other or both.
Currently in the query, I have [Forms]![Main][CmbStatFilter] in the Status column and [Forms]![Main][CmbUnitFilter] in the Unit column.
I can select both filters and it works find if there are results, but if one combo box or the other is empty(null) the report doesn't generate anything at all.
So, my question is, how do I get only one of my filters to work without having to put something in the other? I'm just guessing that I need to do something with null, but I don't know what.
I have a report that is filtered by a selection in a combo box. What I need to do at this point is add another filter in another combo box to filter the report. The user should be able to use on or the other or both.
Currently in the query, I have [Forms]![Main][CmbStatFilter] in the Status column and [Forms]![Main][CmbUnitFilter] in the Unit column.
I can select both filters and it works find if there are results, but if one combo box or the other is empty(null) the report doesn't generate anything at all.
So, my question is, how do I get only one of my filters to work without having to put something in the other? I'm just guessing that I need to do something with null, but I don't know what.