G
Guest
I have a report that works well, BUT, I have one problem. How do I get an
average of the date and times on the report footer
I'm using diff2dates on the report which works well:
=diff2dates("hn",CDate([bed Dte] & " " & [bed time]),CDate([rec Dte] & " " &
[rec Time]))
Displays:
23 minutes
1 hour 23 minutes
etc.....
But When I put this code on the report footer, it doesn't work. I want to
average this data on the report footer
=Avg(diff2dates("hn",CDate([bed Dte] & " " & [bed time]),CDate([rec Dte] & "
" & [rec Time])))
This doesn't work?? Can some one help, I need to
average of the date and times on the report footer
I'm using diff2dates on the report which works well:
=diff2dates("hn",CDate([bed Dte] & " " & [bed time]),CDate([rec Dte] & " " &
[rec Time]))
Displays:
23 minutes
1 hour 23 minutes
etc.....
But When I put this code on the report footer, it doesn't work. I want to
average this data on the report footer
=Avg(diff2dates("hn",CDate([bed Dte] & " " & [bed time]),CDate([rec Dte] & "
" & [rec Time])))
This doesn't work?? Can some one help, I need to