mmaginniss
Technical User
I created a company timesheet table that looks like this:
Project # Empl. Start Phase Wk 1 Wk2
1 Bob 06/30/2003 A 5 2
1 Bob 07/14/2003 A 10 0
2 Joe 06/30/2003 M 8 4
2 Joe 07/14/2003 M 12 2
I want to create a query that will show me the time each employee worked on a project for the whole month (split up into weeks). This is what I would like to see:
Project # Empl. Phase Wk 1 Wk2 Wk3 Wk4
1 Bob A 5 2 10 0
2 Joe M 8 4 12 2
Any help would be truly appreciated.
Project # Empl. Start Phase Wk 1 Wk2
1 Bob 06/30/2003 A 5 2
1 Bob 07/14/2003 A 10 0
2 Joe 06/30/2003 M 8 4
2 Joe 07/14/2003 M 12 2
I want to create a query that will show me the time each employee worked on a project for the whole month (split up into weeks). This is what I would like to see:
Project # Empl. Phase Wk 1 Wk2 Wk3 Wk4
1 Bob A 5 2 10 0
2 Joe M 8 4 12 2
Any help would be truly appreciated.