Greetings, I am trying to filter a query using an Is Null within an IIf statement. Based on a response, I need to return a list of all records with a specific field either empty or not. The Is Null placed directly into the Criteria field along with the field name works fine (ie Is Null Or [Field_Name]) and either of these options work alone but...
When I use them inside an IIF statement it fails. Any ideas? Here is what my module looks like but I have tried numerous variations.
-IIf(response=2,Is Null Or [Field_Name],[Filter_Value])-
The Field name works alone but the Is Null does not either alone or as written.
Thanks
Darrell
When I use them inside an IIF statement it fails. Any ideas? Here is what my module looks like but I have tried numerous variations.
-IIf(response=2,Is Null Or [Field_Name],[Filter_Value])-
The Field name works alone but the Is Null does not either alone or as written.
Thanks
Darrell