J
Jade
In my query, one of the field's has criteria that points
to a check box on a form. It says that if it's checked,
make the criteria equal to "A" else make it pull all from
the query as if there were no criteria. I don't know how
to get it to pull all if the check box isn't checked. If
I say:
IIf ([CheckBox]=True,"A","")
then if the check box isn't checked, the query is looking
for a null value but I want it to pull everything. I
also tryed:
IIf ([CheckBox]=True,"A","*")
But that doesn't work. Is there a symbol that's used to
pull everything? Thanks for the help in advance.
Jade
to a check box on a form. It says that if it's checked,
make the criteria equal to "A" else make it pull all from
the query as if there were no criteria. I don't know how
to get it to pull all if the check box isn't checked. If
I say:
IIf ([CheckBox]=True,"A","")
then if the check box isn't checked, the query is looking
for a null value but I want it to pull everything. I
also tryed:
IIf ([CheckBox]=True,"A","*")
But that doesn't work. Is there a symbol that's used to
pull everything? Thanks for the help in advance.
Jade