C
caro
I am trying to count records where the scheduled date is greater than the
current date. All Dates (past visits and scheduled visits) are listed in the
Date of Awareness field. The expressions I have tried include:
=IIF(DateDiff("d", [Date of Awareness], Date()>1,1,0))
=Abs(Sum([Date of Awareness]> Date()))
Please let me know if I am even on the right track.
-Caro
current date. All Dates (past visits and scheduled visits) are listed in the
Date of Awareness field. The expressions I have tried include:
=IIF(DateDiff("d", [Date of Awareness], Date()>1,1,0))
=Abs(Sum([Date of Awareness]> Date()))
Please let me know if I am even on the right track.
-Caro