I have a form with 3 comboboxes to build a query.
It must be possible to leave 1 or 2 comboboxes empty.
I am using a function like this,this works fine for the first 2 comboboxes.
When I do the same for the 3th combobox nothing works anymore.
Any Suggestions.
It must be possible to leave 1 or 2 comboboxes empty.
I am using a function like this,this works fine for the first 2 comboboxes.
When I do the same for the 3th combobox nothing works anymore.
Code:
Like Nz([Forms]![frmSearch]![txtStatusinfo]; "*")