R
Rudi
Hi,
I have a query thats returns specific entries in a table with a few project
and Hour fields. A user is able to choose from a list of projects for each
field. I want to count the amount of hours for each project. Lets say I have
the following (This is the result of my query):
Name ProjectsA HoursA ProjectsB HoursB
User1 Project1 3 Project2 5
User1 Project2 2 Project2 3
User1 Project1 1 Project2 7
Now, I want the totals (preferably in a report)
Projects TotalHours
Project1 4
Project2 17
How do I do this?
Thanks!
R
I have a query thats returns specific entries in a table with a few project
and Hour fields. A user is able to choose from a list of projects for each
field. I want to count the amount of hours for each project. Lets say I have
the following (This is the result of my query):
Name ProjectsA HoursA ProjectsB HoursB
User1 Project1 3 Project2 5
User1 Project2 2 Project2 3
User1 Project1 1 Project2 7
Now, I want the totals (preferably in a report)
Projects TotalHours
Project1 4
Project2 17
How do I do this?
Thanks!
R