Can you do a datdiff function in a report detail section? I entered the following statment but cannot get it to work:
IIf (nz(timecallcomplete, 0) <> 0,( DateDiff("n", TimeCallComplete, TimeDispatchWasCreated) / 60))
I also tried: DateDiff ("n", TimeCallComplete, TimeDispatchWasCreated / 60)
This also failed. In the first command I am checking for Null value before I attempt to perform the datediff.
Does anyone have any ideas?
Thanx much
Trudye
IIf (nz(timecallcomplete, 0) <> 0,( DateDiff("n", TimeCallComplete, TimeDispatchWasCreated) / 60))
I also tried: DateDiff ("n", TimeCallComplete, TimeDispatchWasCreated / 60)
This also failed. In the first command I am checking for Null value before I attempt to perform the datediff.
Does anyone have any ideas?
Thanx much
Trudye