B
Bogdan Zamfir
Hi,
I have a projrct managememnt application, with tasks and start and end time
for the task
I need to make a report with several tasks, and to sum the total time in
report footer
So I have in details band three textboxes
[Start time] [End time] [Task Time]
where [Task time] has controlsource =[End time]-[Start time]
All boxes are formatted as Short time, so [Task time] display the time as
appropriate (01:30, 00:50, etc)
I want to add a grand total in my report's footer, so I added a box with the
following control source
=sum([task time])
This gives me in report the message #Error
I tried to use =sum([End time]-[Start time]) (also, formattred as short
time), but this always return me 00:00
What I did wrong?
Any suggestion will be appreciated.
Regards,
Bogdan
I have a projrct managememnt application, with tasks and start and end time
for the task
I need to make a report with several tasks, and to sum the total time in
report footer
So I have in details band three textboxes
[Start time] [End time] [Task Time]
where [Task time] has controlsource =[End time]-[Start time]
All boxes are formatted as Short time, so [Task time] display the time as
appropriate (01:30, 00:50, etc)
I want to add a grand total in my report's footer, so I added a box with the
following control source
=sum([task time])
This gives me in report the message #Error
I tried to use =sum([End time]-[Start time]) (also, formattred as short
time), but this always return me 00:00
What I did wrong?
Any suggestion will be appreciated.
Regards,
Bogdan