CharlieT302
Instructor
Hi Folks,
I am using a wildcard in an IIF statement for a query criteria. It works fine but will not display Null entries.
Here is the criteria:
Like IIf([forms]![frm Assessment Pending Filter].[allSup]=0,[forms]![frm Assessment Pending Filter].[SupSelect],"*")
How can this be modified to show "All" and "Null" entries if [allsup]=0(see the "*" at the very end of the statement)
Thanks
I am using a wildcard in an IIF statement for a query criteria. It works fine but will not display Null entries.
Here is the criteria:
Like IIf([forms]![frm Assessment Pending Filter].[allSup]=0,[forms]![frm Assessment Pending Filter].[SupSelect],"*")
How can this be modified to show "All" and "Null" entries if [allsup]=0(see the "*" at the very end of the statement)
Thanks