I put the following into the criteria of a query and it works fine
except when I want all records to display. I can’t find a wildcard
that will work. Tried *, isnull, “””A”” or “”B”” or etc.
IIf([Forms]![MusicbyLevel]![LevelOptions]=1,”A”,(IIf([Forms]!
[MusicbyLevel]![LevelOptions]=2,”B”,(IIf([Forms]![MusicbyLevel]!
[LevelOptions]=3,”C”,(IIf([Forms]![MusicbyLevel]![LevelOptions]
=4,”D”,””)))))))
Suggestions?