C
Cydney
Hi, I'm puzzled about why this won't work.
I have: =IIf(IsNull([Onstrm]) And IsNull([Offstrm]) And
IsNull([Unclass]),Like "*",[forms]![Select Reports Menu].[Onstrm] Or
[forms]![Select Reports Menu].[Offstrm] Or [forms]![Select Reports
Menu].[Unclass]) ... as my criteria in a simple query. This is the only
criteria. It tells me it's too complex.
I have a form that the user will select the criteria on. They are allowed
multiple selections for the same field. If they leave them all blank, I want
to see ALL records. What is a better way to do this?
I have: =IIf(IsNull([Onstrm]) And IsNull([Offstrm]) And
IsNull([Unclass]),Like "*",[forms]![Select Reports Menu].[Onstrm] Or
[forms]![Select Reports Menu].[Offstrm] Or [forms]![Select Reports
Menu].[Unclass]) ... as my criteria in a simple query. This is the only
criteria. It tells me it's too complex.
I have a form that the user will select the criteria on. They are allowed
multiple selections for the same field. If they leave them all blank, I want
to see ALL records. What is a better way to do this?