G
Guest
My database has a field for "Dept Number". Then, there are fields for
entries for employees who are either Active or Terminated. I want the report
to Show the Dept Number once, and then show the sum of either the Active or
Terminated employess.
So far, it will show the Dept. Number each time, then an entry for either
Active or Terminated:
Dept. 100 1 2
Dept. 100 1
and so on. I want it to show
Dept. 100 85 10
Can anyone help me?
entries for employees who are either Active or Terminated. I want the report
to Show the Dept Number once, and then show the sum of either the Active or
Terminated employess.
So far, it will show the Dept. Number each time, then an entry for either
Active or Terminated:
Dept. 100 1 2
Dept. 100 1
and so on. I want it to show
Dept. 100 85 10
Can anyone help me?