Re: Amount claimed Sub total
- From: "Al Campagna" <newsgroups@xxxxxxxxxxx>
- Date: Mon, 18 May 2009 09:02:28 -0400
Mavis,
Several ways to do that...
One method is to create a calculated field in the query behind the
report.
USDAmount : [ClaimedAmount] * [ExchangeRate]
Place the bound USDAmount on the report.
After every catagory of each item i will need....Using your Grouping and Sorting to create a "Category" Group Footer.
In that Category Group footer, a calculated field named CategoryTotal
with a
ControlSource of...
= Sum(USDAmount)
will yield the totals for each category.
In the ReportFooter...
= Sum(USDAmount)
will yield the USDAmount total over all Categories.
--
hth
Al Campagna
Microsoft Access MVP
http://home.comcast.net/~cccsolutions/index.html
"Find a job that you love... and you'll never work a day in your life."
"Mavis" <Mavis@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:F81FCB9C-D07D-440C-A44F-CBE5AA4107C1@xxxxxxxxxxxxxxxx
Hi All,
I have this report which is setup using a query.
The following will be my fields of the report.
Exchangerate, Currency, ClaimedAmount, USDAmount.
The vaule of USDAmount is genarated using a forumla,
"=[ClaimedAmount]*[ExchangeRate]".
After every catagory of each item i will need to have a sub USD total.
There will be a Overall USD total in the report.
Can anyone advice how can i get the sub USD total and Overall USd total?
Note: Each line can be in different currency.
.
- Follow-Ups:
- Re: Amount claimed Sub total
- From: Mavis
- Re: Amount claimed Sub total
- References:
- Amount claimed Sub total
- From: Mavis
- Amount claimed Sub total
- Prev by Date: Date Format and DateAdd
- Next by Date: Re: Date Format and DateAdd
- Previous by thread: Amount claimed Sub total
- Next by thread: Re: Amount claimed Sub total
- Index(es):
Relevant Pages
|