Re: Report is making too many numbers
- From: "Jacques" <Jacques Latoison at hotmail dot com>
- Date: Thu, 23 Feb 2006 09:25:56 -0500
Is it possible to Sum a Text box in a report. I've only been able to use
Sum on a query or table name outside of a report. It would probably be fine
if I could make a text box Sum another text box by the text box name.
"Duane Hookom" <duanehookom@xxxxxxxxxxxxxxxxx> wrote in message
news:uNspN5HOGHA.3144@xxxxxxxxxxxxxxxxxxxxxxx
I expect it's the fields from A that are too high. If A has a record with a
value of $10 and there are 3 related/child records in B then you are
probably totaling this field to $30. This makes sense.
You can place the fields from A in a group header. Assuming the field is
[Shipping] create a text box like:
Name: txtShippingRunSum
Control Source: [Shipping]
Running Sum: Over All
Visible: No
Then add a text box to your report footer:
Control Source: =txtShippingRunSum
--
Duane Hookom
MS Access MVP
--
"Jacques" <Jacques Latoison at hotmail dot com> wrote in message
news:OyItJxHOGHA.1124@xxxxxxxxxxxxxxxxxxxxxxx
Hello all,
I've got a problem with Sum Totals at the end of a report, but I'm
unclear if the issue can be resolved in the query or the report.
I have two tables, A and B. A has a one-to-many relationship with B, but
not every record in A has corresponding records in B.
My query has A and B in it and the relationship there states to Include
ALL records from A and only records from B that are equal. This is
giving me every record in both A and B.
My problem is that, a field in A holds Currency, and some records in A
have the same $ amount. B holds several currency fields as well.
In the corresponding report, the grand total in the report footer is
giving me a sum that's way larger that if I summed all the records in the
table by hand (coping the whole $ amount field from the table into Excel
sums to a smaller number, which is correct).
If I generate a report for just table A and not show table B the grand
total in that report footer is correct.
How do I get the report or query to give me all the info, but not sum
extra $ amounts that it is creating out of thin air?
Thanks beforehand,
.
- References:
- Report is making too many numbers
- From: Jacques
- Re: Report is making too many numbers
- From: Duane Hookom
- Report is making too many numbers
- Prev by Date: Re: Report is making too many numbers
- Next by Date: Re: Field Conditional Formating
- Previous by thread: Re: Report is making too many numbers
- Next by thread: Re: Report is making too many numbers
- Index(es):
Relevant Pages
|