Search results

  1. J

    IIf Function - False condition problem

    Thanks for your quick replies. EMP, that works great. Thanks!
  2. J

    IIf Function - False condition problem

    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
Back
Top Bottom