Hi, I've used the following code in the Criteria line in a query (Access 2000)and the false condition doesn't seem to work. If I replace the false condition >0 with any other single value (say 1) it works fine.
IIf([Forms]![frmReports]![cboServArea]>0,1,>0)
I'd be grateful for any help,
Thanks
IIf([Forms]![frmReports]![cboServArea]>0,1,>0)
I'd be grateful for any help,
Thanks