I posted this, but no one has responded, so I thought I would try again.
I have an application that is for candidates that apply for a job. I am looking to capture a statistics report that will show the counts for how many that have been hired, in a certain time period.
The counts would be for what department they were hired to, what office they were hired to, and how they applied.
There are set office types, in an office types table, departments in a department table, and so on.
I would like to set up a form to ask the user for the beginning and end date of when they would like to see stats for. Then the stats would be a count for that range.
If seeing my table relationships will help, you can view an image here:
It is normalized. The activities table is where an activity type of offer extended is captured. When that is the activity, there is an offer result. If that offer result is accept, than there is a start date for the hire, department the candidate is hired too, office and title (not important as I wont count those.)
The application source is captured in the application table, where an application is stored for a candidate.
My issue is that I make a main report, with the start date as the only field, since that is the only one that will have criteria.
Then I have a sub report for each group with the category and count of it.
My problem is that ( with my testing as an example)
I have 2 hired people and I put my criteria to between 2 form fields. Filled in to capture both hires, I should get
Office
New York 1
Chicago 1
Instead I get
Office
New York 1
Chicago 1
Office
New York 1
Chicago 1
Almost like it is giving 2 times, once for each hire.
If anyone can help me to sort this out (lol) I would really appreciate the help.
Thank you.
misscrf
It is never too late to become what you could have been ~ George Eliot
I have an application that is for candidates that apply for a job. I am looking to capture a statistics report that will show the counts for how many that have been hired, in a certain time period.
The counts would be for what department they were hired to, what office they were hired to, and how they applied.
There are set office types, in an office types table, departments in a department table, and so on.
I would like to set up a form to ask the user for the beginning and end date of when they would like to see stats for. Then the stats would be a count for that range.
If seeing my table relationships will help, you can view an image here:
It is normalized. The activities table is where an activity type of offer extended is captured. When that is the activity, there is an offer result. If that offer result is accept, than there is a start date for the hire, department the candidate is hired too, office and title (not important as I wont count those.)
The application source is captured in the application table, where an application is stored for a candidate.
My issue is that I make a main report, with the start date as the only field, since that is the only one that will have criteria.
Then I have a sub report for each group with the category and count of it.
My problem is that ( with my testing as an example)
I have 2 hired people and I put my criteria to between 2 form fields. Filled in to capture both hires, I should get
Office
New York 1
Chicago 1
Instead I get
Office
New York 1
Chicago 1
Office
New York 1
Chicago 1
Almost like it is giving 2 times, once for each hire.
If anyone can help me to sort this out (lol) I would really appreciate the help.
Thank you.
misscrf
It is never too late to become what you could have been ~ George Eliot