databasegirl
Instructor
I am trying to calculate the difference between two dates in the query, see below:
Time Diff Recd Vs Entry: Round(nz(DateDiff("s",[Received Time],[Entry Time])/60,0),2)
The problem is that not all of the fields for Received Time have dates in them, therefore I am getting an ERROR# in the result. I thought the nz function would handle null values. Any ideas? Thanks!
Time Diff Recd Vs Entry: Round(nz(DateDiff("s",[Received Time],[Entry Time])/60,0),2)
The problem is that not all of the fields for Received Time have dates in them, therefore I am getting an ERROR# in the result. I thought the nz function would handle null values. Any ideas? Thanks!