I am trying to create a query/report to display totals of two criteria's for each location.
We have three locations we capture data for. Site1/Site2/Site3. When also capture if an employee is Fulltime, Temp Fulltime, Part Time and Temp Parttime and their department. I am trying to create a report that totals how many of each status we have of employees in specific departments.
The report requests from the user what Site they want to report on. The report I am looking for looks like:
Reporting on: Site1
Fulltime Temp Fulltime Part Time Temp Parttime
I.T. 23 5 16 2
PR 10 7 10 0
...etc
I really am lost where to start here. Is their a name for this type of reporting? Maybe this is easier than I think.
Thanks!