NZ in null date

  • Thread starter Thread starter Silvio
  • Start date Start date
S

Silvio

How can effectivly use NZ for the following two expressions? If I live some
record without a date in, I am getting error messages.

CalenDays: DateDiff("d",Date(),[tblProjCycle]![EstDate])

BussDays: workingdays2(Date(),[tblProjCycle]![Estdate])

Please note that wokingdays2 refers to a module that will esclude weekends
and holiday from the calculation.

Thank you,
Silvio
 
Back
Top