Im confusing myself and need a little bit of direction,
I am trying to design a query with 3 fields, “Type” “Assigned Document Team”, and “Date Submitted”
There are only 6 different “type”’s and 5 different “Assigned document team”’s
I want the report to show me how many of each “type” was submitted for each “assigned document team” but I don’t want the detail for each record in the report.
This is an example of what i want the report to look like.
Assigned Document Team 1
Type ----- Total
Type 1 ----- 5
Type 2 ----- 7
Assigned Document Team 2
Type ----- Total
Type 1 ----- 5
Type 2 ----- 12
Type 3 ----- 2
Would I need to have the query do the counting,
Would I need another query to count of the results of the previous query,
Or could the report do the counting and leave each individual records detail?
Does this make sense?
I am trying to design a query with 3 fields, “Type” “Assigned Document Team”, and “Date Submitted”
There are only 6 different “type”’s and 5 different “Assigned document team”’s
I want the report to show me how many of each “type” was submitted for each “assigned document team” but I don’t want the detail for each record in the report.
This is an example of what i want the report to look like.
Assigned Document Team 1
Type ----- Total
Type 1 ----- 5
Type 2 ----- 7
Assigned Document Team 2
Type ----- Total
Type 1 ----- 5
Type 2 ----- 12
Type 3 ----- 2
Would I need to have the query do the counting,
Would I need another query to count of the results of the previous query,
Or could the report do the counting and leave each individual records detail?
Does this make sense?
Comment