G
Guest
I need to determine the # of months,[cycle], between the
[last_review_date] and the [next_review_date]. Some of
the records have empty review date fields.
My code listed below is not working.
Please advise to code content and structure for this
novice...
If ((Nz([Next_review_date], 0) <> 0) And (Nz
([last_review_date], 0) <> 0)) Then
[Cycle] = [Next_review_date] - [last_review_date]
[last_review_date] and the [next_review_date]. Some of
the records have empty review date fields.
My code listed below is not working.
Please advise to code content and structure for this
novice...
If ((Nz([Next_review_date], 0) <> 0) And (Nz
([last_review_date], 0) <> 0)) Then
[Cycle] = [Next_review_date] - [last_review_date]