N
nperpill
....I'm sure it's possible.
I have a table that shows each month of the year. During each month one
person is assigned to complete a certain # of reviews for a CSR during the
1st half of the month, and another person is assigned to do reviews for the
same CSR during the 2nd half of the month. So the fields in the table are:
Month, CSR, 1st Half Person, # of Reviews Needed 1st Half, 2nd Half Person, #
Reviews Needed 2nd Half. This table is called Monthly Assignments.
I have another table called Reviews. It lists all the reviews done by
person by month for each CSR. The fields in this table are: Month,CSR,
Claim Number, Reviewer. There are many more fields in each table but these
are the main ones.
How do I create a query (or multiple queries) that will show me how many
reviews were assigned to each reviewer each month, and how many reviews they
acutally completed?
I have a table that shows each month of the year. During each month one
person is assigned to complete a certain # of reviews for a CSR during the
1st half of the month, and another person is assigned to do reviews for the
same CSR during the 2nd half of the month. So the fields in the table are:
Month, CSR, 1st Half Person, # of Reviews Needed 1st Half, 2nd Half Person, #
Reviews Needed 2nd Half. This table is called Monthly Assignments.
I have another table called Reviews. It lists all the reviews done by
person by month for each CSR. The fields in this table are: Month,CSR,
Claim Number, Reviewer. There are many more fields in each table but these
are the main ones.
How do I create a query (or multiple queries) that will show me how many
reviews were assigned to each reviewer each month, and how many reviews they
acutally completed?