D
Don
I am trying to have an expression return "Expired" if the date difference is
over 30 days and if under 30 days, the number of days in the following
expression:
IIf(DateDiff(“dâ€,[CommitteeDate],Now()>30),â€Expiredâ€,(DateDiff(“dâ€,[CommitteeDate],Now())))
Of course it does not work. Any Ideas where I am going wrong?
over 30 days and if under 30 days, the number of days in the following
expression:
IIf(DateDiff(“dâ€,[CommitteeDate],Now()>30),â€Expiredâ€,(DateDiff(“dâ€,[CommitteeDate],Now())))
Of course it does not work. Any Ideas where I am going wrong?