chuckcoleman
Registered User.
- Local time
- Today, 04:57
- Joined
- Aug 20, 2010
- Messages
- 380
I have a query and one of the fields will return either a 0, (zero), or any other number. I want criteria in the query using an If Then statement to reflect that. For instance, iif([FieldX] = 0,0, Not 0). In the case if FieldX has a value of 0 then I want that included in the results. If FieldX has a value of 25, 59 or any other number other than zero I want those records displayed.
I've tried a lot of different things but none of them work for the Not 0 requirement.
Any ideas?
I've tried a lot of different things but none of them work for the Not 0 requirement.
Any ideas?