adding totals to columns and linking several queries into one repo

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

Guest

I have several queries containing sales data, and need to be printed into a
report. The results of my queries need to have totals for the sales, which
than needs to be compared with ea other. for example sales A, totalling $2
which is a xx% of the total sales (all types of sales). This then needs to be
able to print also in a report.

How do I do this?
 
Monique said:
I have several queries containing sales data, and need to be printed
into a report. The results of my queries need to have totals for the
sales, which than needs to be compared with ea other. for example
sales A, totalling $2 which is a xx% of the total sales (all types of
sales). This then needs to be able to print also in a report.

How do I do this?

Normally you would do this in the report. You can do all of that kind
of computation in a report. It involves adding hidden controls in the data
area and references to those controls in the group footer areas. It is a
little complex to describe in a news group message, especially when I don't
know exactly what you need, but most books on Access cover this and the
Access help file also has instructions (search for "total")
 
I did try to create 1 report for my 4 queries through the wizzard feature,
but it just locks up after I defined my fields I want to have in the report.
 
Monique said:
I did try to create 1 report for my 4 queries through the wizzard
feature, but it just locks up after I defined my fields I want to
have in the report. "Joseph Meehan" wrote:

Start with a very simple report and see what happens.
 

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