Group by and count.

A

Alam

Hi All,

I have created a report that shows, the employee in each department.

Now, I have to add two fields, the serial number and total number of
employee in each department.

How can I do that..? Please help.

Tausif.
 
D

Duane Hookom

What do you mean by "the serial number"? To count the number of employees in
a department (or the entire report), add a text box in a Department or
Report Footer with a control source of:
=Count(*)
 
Top