vicissitude
Registered User.
- Local time
- Today, 05:25
- Joined
- Feb 28, 2010
- Messages
- 92
I wonder if someone could help me with this one.....
If i tie a query criteria in 'column1' to the value in a combo box like this....
Nz([forms]![FormName].[comboboxName],[column1])
...then the query is filtered on the combo box or if the combo box is Null then the query gives all the results provided there is some value in the 'column1' field.
Is there a way filter on the combo box and to pull back all the results if the combo box is null and also to pull back all the results if 'column1' is also null?
Thanks in advance.
If i tie a query criteria in 'column1' to the value in a combo box like this....
Nz([forms]![FormName].[comboboxName],[column1])
...then the query is filtered on the combo box or if the combo box is Null then the query gives all the results provided there is some value in the 'column1' field.
Is there a way filter on the combo box and to pull back all the results if the combo box is null and also to pull back all the results if 'column1' is also null?
Thanks in advance.