I am trying to filter a query where if a check box is true then it will us this code. I haven't put in the false part yet because I can't get the true part to work. I have put the true part in the true and false part of the IIF statement and it still doesn't but if I take out the IIF statement it works just fine. what am I missing.
Also this is a number field.
IIf(([forms]![Report Form]![Check209]=True),<[forms]![Report Form]![Combo201])
Put this works just fine
<[forms]![Report Form]![Combo201]
Thanks
Also this is a number field.
IIf(([forms]![Report Form]![Check209]=True),<[forms]![Report Form]![Combo201])
Put this works just fine
<[forms]![Report Form]![Combo201]
Thanks