G
Guest
I need to do a percentage query with the following fields from my table
Department
Last Name
First Name
Active (this is a yes/no button which is checked if active)
Termination Date
I need to run a query to show the percentage of employees who where terminated during a given time period (eg 1 Jun to 30 Jun 04). This query needs to be run for each department and the start and end date will vary depending on which month the query will be run in. Not sure if I need to do a between date or just by month.
Department
Last Name
First Name
Active (this is a yes/no button which is checked if active)
Termination Date
I need to run a query to show the percentage of employees who where terminated during a given time period (eg 1 Jun to 30 Jun 04). This query needs to be run for each department and the start and end date will vary depending on which month the query will be run in. Not sure if I need to do a between date or just by month.