C
chopper57 via AccessMonster.com
How would I place the Nz function is the following:
Sum(IIf([Finish]>[Start],([Finish]-[Start])*24,24-([Start]-[Finish])*24)-
[Breaks])
the fomula works, but I need to show reports that have no hours also.
I've been inserting the Nz, with no results so far.
Sum(IIf([Finish]>[Start],([Finish]-[Start])*24,24-([Start]-[Finish])*24)-
[Breaks])
the fomula works, but I need to show reports that have no hours also.
I've been inserting the Nz, with no results so far.