mkelly
Registered User.
- Local time
 - Today, 00:41
 
- Joined
 - Apr 10, 2002
 
- Messages
 - 213
 
I have a database that tracks time worked on a project and the weighted average of that project. I need to take extended periods of time and calculate it out past 24 hours.
I am usint ([time finished]-[time started]) in my query to get total time worked however I do not know how to add all the "total time worked" records together to get a number of say
soandso worked 105 hours last month and completed 5679 weighted pages.
So that I can come up with and average page per hour count..
Does anyone know how to add up the time?? it is enetered into the table as now()
 I am usint ([time finished]-[time started]) in my query to get total time worked however I do not know how to add all the "total time worked" records together to get a number of say
soandso worked 105 hours last month and completed 5679 weighted pages.
So that I can come up with and average page per hour count..
Does anyone know how to add up the time?? it is enetered into the table as now()