When we enter time, I need to create a query that prorates 10 hours (truck hours) over the jobs time is entered against for a single employee for a day.
The employee time for 8/14/06 is:
Job 26000, 5 hours
Job 27009, 6 hours
employee time for 8/15/06 is:
job 26000, 4 hours
job 27009, 4 hours
I need a query that creates/appends a table as follows:
8/14, job 26000, (5/11*10)
8/14, job 27009, (6/11*10)
8/15, job 26000, (4/8*10)
8/15, job 27009, (4/8*10)
The employee time for 8/14/06 is:
Job 26000, 5 hours
Job 27009, 6 hours
employee time for 8/15/06 is:
job 26000, 4 hours
job 27009, 4 hours
I need a query that creates/appends a table as follows:
8/14, job 26000, (5/11*10)
8/14, job 27009, (6/11*10)
8/15, job 26000, (4/8*10)
8/15, job 27009, (4/8*10)