K
Kevin C
I made a little application that keeps time on the activities that we do in
the plant. In my Data I have a start time field and an end time field, and
others that make it job specific. On my report I want to group each task and
get a time total in the group footer. At this point I can only display a
calculated total for a row so we must add the time manually. Can I somehow
total these caculated rows?
Also, the calculation I am useing in the report doesn't work in the update
query, I was going to see if I could caculate the totals from hard data.
This is how I calculate the time:
=DateValue(getelapsedtime([endtime]-[starttime])) How do I store that to my
database?
Any help would be appreciated!!
the plant. In my Data I have a start time field and an end time field, and
others that make it job specific. On my report I want to group each task and
get a time total in the group footer. At this point I can only display a
calculated total for a row so we must add the time manually. Can I somehow
total these caculated rows?
Also, the calculation I am useing in the report doesn't work in the update
query, I was going to see if I could caculate the totals from hard data.
This is how I calculate the time:
=DateValue(getelapsedtime([endtime]-[starttime])) How do I store that to my
database?
Any help would be appreciated!!