D
doyle60
What do I put on the criteria row for a Yes/No field to filter a query
from a print form?
The checkbox control on the form is in triple state. When it is
checked, I want all checked to appear, and when unchecked, I want only
unchecked to appear. And when gray (the triple state), I want all to
appear. I tried this:
Like (IIf(IsNull([Forms]![QualitySearchfrm]![QCompleteChosen]),"*","|
[Forms]![QualitySearchfrm]![QCompleteChosen]|"))
where "QCompleteChosen" is the checkbox on the form. But it doesn't
work. Null is not the same as being gray, I suppose.
Thanks,
Matt
from a print form?
The checkbox control on the form is in triple state. When it is
checked, I want all checked to appear, and when unchecked, I want only
unchecked to appear. And when gray (the triple state), I want all to
appear. I tried this:
Like (IIf(IsNull([Forms]![QualitySearchfrm]![QCompleteChosen]),"*","|
[Forms]![QualitySearchfrm]![QCompleteChosen]|"))
where "QCompleteChosen" is the checkbox on the form. But it doesn't
work. Null is not the same as being gray, I suppose.
Thanks,
Matt