Can someone help with this IIF statement.
I'm using this IIF statement in a query criteria grid. The form [Work by Client Form] has an option group used to determine whether to to select null and not null values. If the option group = 1 then both null and not null values are needed. If =2 then just not null values are needed.
IIf([Forms]![Work by Client Form]![ClientOptions]=1,Is Null Or Is Not Null, Is Null)