G
Guest
If [MatrixClass] = 1 Then
If [ExcptRate] = 0 Or IsNull([ExcptRate]) Then
[next_audit_date] = DateSerial(Year(Last_fye_date), _
Month([Last_fye_date]) + 36, Day
([Last_fye_date]))
How can I get the criteria to display on my report as well
as the results?
Last_fye_date 1/1/01 Next_audit_date 1/1/04 36 months
If [ExcptRate] = 0 Or IsNull([ExcptRate]) Then
[next_audit_date] = DateSerial(Year(Last_fye_date), _
Month([Last_fye_date]) + 36, Day
([Last_fye_date]))
How can I get the criteria to display on my report as well
as the results?
Last_fye_date 1/1/01 Next_audit_date 1/1/04 36 months