S
Sharon
I use the following calculation to determine the amount of
months between the [last_review_date] and the
[next_review_date].
Cycle: DateDiff("m", [next_review_date],
[last_review_date])
Where does the Nz go in this calculation for records that
do not have both dates yet?
months between the [last_review_date] and the
[next_review_date].
Cycle: DateDiff("m", [next_review_date],
[last_review_date])
Where does the Nz go in this calculation for records that
do not have both dates yet?