T
tanhus
I have a query that lists the project, task code, hours by a team member, and
date. The date has a criteria which takes in a range from a form. The problem
is that i get a list of each invidual entry by the date, like so.
Project Task Code Hours By a Team Member Date
Project1 1 10
06/08/06
Project1 1 5
06/09/06
Project1 2 10
06/10/06
Project1 2 10
06/11/06
Project1 2 10
06/08/06
I want it so that that the date doesnt show up and to group the task codes
and projects together so that it looks like this.
Project Task Code Hours By a Team Member
Project1 1 15
Project1 2 30
Thanks to those who can help
date. The date has a criteria which takes in a range from a form. The problem
is that i get a list of each invidual entry by the date, like so.
Project Task Code Hours By a Team Member Date
Project1 1 10
06/08/06
Project1 1 5
06/09/06
Project1 2 10
06/10/06
Project1 2 10
06/11/06
Project1 2 10
06/08/06
I want it so that that the date doesnt show up and to group the task codes
and projects together so that it looks like this.
Project Task Code Hours By a Team Member
Project1 1 15
Project1 2 30
Thanks to those who can help