L
Laurie
I have searched the posts and found several suggestions, but they did not
work for the query I need. I am trying to do a query based on a start date
and an end date and have the query total the number of records between that
date for each employee, based on the type of record. An example of the table
follows:
Decision Date Employee Manager Type of Record
01/01/09 John Doe Harry Hughes Denied
01/01/09 John Doe Harry Hughes Approved
02/01/09 John Johnson Mary Jones Approved
02/01/09 John Doe Harry Hughes Approved
03/01/09 Jane Smith Mary Jones Denied
I would like to pull a report by Manager, between certain dates and just
have the total number of records for each record type per employee. For
Example the report would be:
Date of Report: 01/01/09 to 02/01/09
Employee Denied Approved
John Doe 1 2
Manager: Harry Hughes
Thank you,
work for the query I need. I am trying to do a query based on a start date
and an end date and have the query total the number of records between that
date for each employee, based on the type of record. An example of the table
follows:
Decision Date Employee Manager Type of Record
01/01/09 John Doe Harry Hughes Denied
01/01/09 John Doe Harry Hughes Approved
02/01/09 John Johnson Mary Jones Approved
02/01/09 John Doe Harry Hughes Approved
03/01/09 Jane Smith Mary Jones Denied
I would like to pull a report by Manager, between certain dates and just
have the total number of records for each record type per employee. For
Example the report would be:
Date of Report: 01/01/09 to 02/01/09
Employee Denied Approved
John Doe 1 2
Manager: Harry Hughes
Thank you,