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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

#Error in Results 4
Can't query DateDiff 3
CalcWorkDays error 1
How to use a function in a query 1
Using a New Function in a Query 17
Null and Dates 4
Lapsed Time when 1 date is null 2
Calculating Dates 3

Back
Top