mdnuts
Registered User.
- Local time
- Today, 11:34
- Joined
- May 28, 2014
- Messages
- 131
Good afternoon.
I've got a query that pulls values that are sometimes null and other times not. What I'd like to do is on a form have the user select
- Show only not null items
- Show only null items
- Show all items.
and use that choice in a query. My feeling is if I can pass Null, NotNull or * to the query it would suffice? But how?
I can easily have a drop-down on the form with possible selections of Show/Not Show/All with values of Null/NotNull/* but if I use the query criteria in that field of [forms].[myform].[cboValue] it returns no records at all.
Any ideas?
I've got a query that pulls values that are sometimes null and other times not. What I'd like to do is on a form have the user select
- Show only not null items
- Show only null items
- Show all items.
and use that choice in a query. My feeling is if I can pass Null, NotNull or * to the query it would suffice? But how?
I can easily have a drop-down on the form with possible selections of Show/Not Show/All with values of Null/NotNull/* but if I use the query criteria in that field of [forms].[myform].[cboValue] it returns no records at all.
Any ideas?