calculating results of a query

  • Thread starter Thread starter Ryan Young
  • Start date Start date
R

Ryan Young

I would like to take the results of a query (customer orders for a day) and
take a running total of two of the columns in that table (U-pick annd
We-pick) and have these running totals displayed at the bottom of the report
that is generated based on the query. I have the query set up, just not
sure how to create the running total. Part two of this is to pull a figure
from another table (Max #) and have it print that max number on the report
to visually compare against the running total.

Thanks in advance.
 
Ryan said:
I would like to take the results of a query (customer orders for a
day) and take a running total of two of the columns in that table
(U-pick annd We-pick) and have these running totals displayed at the
bottom of the report that is generated based on the query. I have
the query set up, just not sure how to create the running total. Part two
of this is to pull a figure from another table (Max #) and
have it print that max number on the report to visually compare
against the running total.
Thanks in advance.

You can do it in a query, but I think I would just do it in the report.
Do you know how to do totals in a report?
 
No, I have never done that.

Joseph Meehan said:
You can do it in a query, but I think I would just do it in the report.
Do you know how to do totals in a report?
 
Ryan said:
No, I have never done that.

I am not all that good at writing instructions, especially one something
like this. It is a little complex for a newsgroup.

I suggest you search the help files for reports and subtotals. Look at
the Northwind example and maybe pick up a book on Access.

It is not all that difficult, but there are a lot of ways of making an
error.

It amounts to adding a "control" (sort of a temporary field) to the
report and making in invisible. It must be in a part of the report where
the data you want to total is or would be displayed when run. Then in a
footer you reference that control to display the value. OK I said I was
not good at explaining it. :-)
 

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