MarkRobinson
Programmer
Annoying problem has me stumped:<br>In the criteria box of a select query I have:<br>IIf([Forms]![AChg]![BalDue]=0,,>0)<br>[BalDue] is a check box.<br>I want the criteria to be ">0" if the check box is checked, otherwise show all. It will work if I put values in, I can show records = to a specific # IIf([Forms]![AChg]![BalDue]=0,150,250) but the Greater Than seems to get lost.<br>