Hallo,
I have a form with combos for search criteria. The source of the combo are different tables and I made a UNION with "*", "<ALL>" in order to have the possibility to select every possibility for one combo.
The problem is that the <All> consider all the fields that are filled in but it leaves out the null fields.
I tried to put as criteria in the OR line: is null. But then the query will always give me also the null ones.
Do you have a suggestion for an effective search with combo boxes, that also manages null fields.
thanks
I have a form with combos for search criteria. The source of the combo are different tables and I made a UNION with "*", "<ALL>" in order to have the possibility to select every possibility for one combo.
The problem is that the <All> consider all the fields that are filled in but it leaves out the null fields.
I tried to put as criteria in the OR line: is null. But then the query will always give me also the null ones.
Do you have a suggestion for an effective search with combo boxes, that also manages null fields.
thanks