emorris1000
Registered User.
- Local time
- Today, 04:30
- Joined
- Feb 22, 2011
- Messages
- 125
I'm putting together a big multi-field search form and was wondering about how to do the criteria.
At first I just did stuff like <[forms]![fSearchPoly]![tbI2Max], but then I realized that if they left the field I2Max empty it wouldn't return any results. My first thought is to build an iff function into the criteria, but that seems unnecessarily complex, is there a simpler way to have the criteria pass null values as true?
At first I just did stuff like <[forms]![fSearchPoly]![tbI2Max], but then I realized that if they left the field I2Max empty it wouldn't return any results. My first thought is to build an iff function into the criteria, but that seems unnecessarily complex, is there a simpler way to have the criteria pass null values as true?