Re: Calculation in a report
- From: "pat" <pat_alfano@xxxxxxxxxxx>
- Date: 28 Apr 2006 12:40:17 -0700
Thanks, Jana!
My report works as far as separating the categories and giving me
subtotals. What I need is for the category subtotals to be subtracted
from a number to show available funds. I got the grand total to work by
simply adding an unbound field and putting the code
=Sum(200000-[AmountRequested]). However, the "group" footer has a long
code that seems to be what makes the report brake out according to my
specifications. That code reads as follows: ="Summary for " &
"'GrantType' = " & " " & [GrantType] & " (" & Count(*) & " " &
IIf(Count(*)=1,"detail record","detail records") & ")". How can I
incorporate my =Sum in this?
Thank you so much for responding. I really appreciate it.
Best,
Pat
.
- References:
- Calculation in a report
- From: pat
- Re: Calculation in a report
- From: Jana
- Calculation in a report
- Prev by Date: Re: Can a multi-dimensional array be the control source for a combo box?
- Next by Date: Re: Delivering an Access app to a client
- Previous by thread: Re: Calculation in a report
- Next by thread: How can I Insert into a table with data from a form
- Index(es):
Relevant Pages
|
|