I also tried the
SELECT AlarmCats.AlarmCatID, AlarmCats.AlarmCat
FROM AlarmCats
WHERE (((AlarmCats.AlarmCat)=IIf(True=True,(AlarmCats.AlarmCat) Like "*",(AlarmCats.AlarmCat) Like "Low")));
and could not get the query to return any records no matter what I put in the table field. I think the...