Cross Tab Query Calculation

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

We have a cross tab query which lists different pay bands along the top and
different departments down the side. The value is a calculation of how many
hours each team has of each pay band.

The totals colum calculates how many hours in total each department has. I
was wondering if it would be possible to have a totals row at the bottum as
well so we could see how many hours of each band we have?

Ian
 
No. Access does not have that ability. But, you can create a 2nd query to
perform the total, then union it with the first to pull it all together.
 
I can create a second query to total the band hours but I dont understand how
I would "union" it. How is that done?
 
Open Help and search for "union query". If you need more assistance, feel
free to post back.

You can also create column totals in a report.
 

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