Sounds easy right... But i am writing a query that need to have either the sum of a day or the sum of a week.
here is the problems sometimes a day might have more than one entry.
DATE REG HRS OVER TIME Task (SCC)
3/1/2004 8 2.5 1
3/1/2004 8 3 1
3/1/2004 8 3 1
3/1/2004 8 2.5
3/1/2004 8 3
3/1/2004 8 3
3/1/2004 8 2.5
3/4/2004 8 1
3/4/2004 8 1
Now the task code might be different also. but what I would like is that you can enter a date and it tell you the total hours (reg hrs + overtime. for that task code for that day.
Thanks for your help.
Joe
here is the problems sometimes a day might have more than one entry.
DATE REG HRS OVER TIME Task (SCC)
3/1/2004 8 2.5 1
3/1/2004 8 3 1
3/1/2004 8 3 1
3/1/2004 8 2.5
3/1/2004 8 3
3/1/2004 8 3
3/1/2004 8 2.5
3/4/2004 8 1
3/4/2004 8 1
Now the task code might be different also. but what I would like is that you can enter a date and it tell you the total hours (reg hrs + overtime. for that task code for that day.
Thanks for your help.
Joe