Heya.
Quick question...
If I am creating a query and I want to find all records where a field is null I could put:
Is Null
As my criteria. Unfortunately, if I use a IiF statement, I can't put Is Null as one of the two results of the Iif. It gives me errors. I can put Null, but Null=Null does not evaluate to true so I need to use Is Null...
ANy ideas how to do this?
Thanks,
Enigma
Quick question...
If I am creating a query and I want to find all records where a field is null I could put:
Is Null
As my criteria. Unfortunately, if I use a IiF statement, I can't put Is Null as one of the two results of the Iif. It gives me errors. I can put Null, but Null=Null does not evaluate to true so I need to use Is Null...
ANy ideas how to do this?
Thanks,
Enigma