Group by and count.

  • Thread starter Thread starter Alam
  • Start date Start date
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.
 
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(*)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top