Categorize in a Report

  • Thread starter AccessQuestions
  • Start date
A

AccessQuestions

This one of those long winded questions, he it goes:

Have a table that holds records of appointments. There are several types of
appointments that are for different departments. Admin, HR, Sales,
Development, etc. I would like them to be placed in a report like the
following, basically setup in columns:

Admin | HR | Sales | Development | Other

To add a little complexity I would like to have the following stats for each
department to the left:

# Appointment each department at beginning of period
Number of new appointments
Number of appointments transferred
Number of closed appointments
Total appointments YDT

So it would look like

Admin | HR | Sales | Development | Other
# Appointment dpt BOP # # # #
#
Number of new appointments # # # #
#
Number of appointments transferred # # #
#
Number of closed appointments # # #
#
Total appointments YDT # #
# #

There will be other stats based on the departments that I want to pull from
this table into this report as well.

What would the best way of doing this be?
 

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

Top