Hello,
If I have a query which produced the following:
Org: Status: Count of Status:
Q488 Student 8
Q4883 New Hire 10
Q4884 Student 2
Q4886 New Hire 5
The Org field and Status field are Group By in the total line and used the count for the Count of Status.
How would I do the query in design view to get just one sum that would produce that Q488 has a total of 10 Students and then a total of 15 New Hires instead of counting up the lines above manually.
Also how would I do a query to get just one sum that Q488 has a total of 25 people instead of having each group with a total and then having to add up all the lines. I had removed the Group By but that still did not work.
I hope this is understandable.
tks
If I have a query which produced the following:
Org: Status: Count of Status:
Q488 Student 8
Q4883 New Hire 10
Q4884 Student 2
Q4886 New Hire 5
The Org field and Status field are Group By in the total line and used the count for the Count of Status.
How would I do the query in design view to get just one sum that would produce that Q488 has a total of 10 Students and then a total of 15 New Hires instead of counting up the lines above manually.
Also how would I do a query to get just one sum that Q488 has a total of 25 people instead of having each group with a total and then having to add up all the lines. I had removed the Group By but that still did not work.
I hope this is understandable.
tks