Hi All,
I have a simple problem that I can't solve. I have a Checkbox on a form and want a Query to pick up if it is selected. So I have used the line:
tester: IIf([Forms]![Months]![JanChk]=-1,"Y","N")
When the Query is run it asks for a Parameter Value. If I click OK I get 'N'. It seems so...