Search results

  1. T

    Nested Iif Function issue

    I am working on a nested Iif statement that counts vehicles that need to meet 3 separate criteria. Below is my Expression in a query: CountIncoming: Count(IIf([tbl_OrderDetails]![VIN]=Null,Null,IIf([tbl_OrderDetails]![OnLot]=Yes,Null,IIf([tbl_OrderDetails]![DateSold] Is Not Null, Null,1))))...
Top Bottom