G
Guest
I have created a report which tracks grants received and how the money is
spent. Sometimes one receives a “gift in kind†instead of cash.
The Report is structured with a Foundation Header including the name of the
Donor Organization, an Application ID Header containing controls named:
DateSubmitted, Request, Outcome, OutcomeDate and a control with the formula
=IIf([AwardInKind] Is Not Null,"Award In Kind: " & [AwardInKind])
In the Detail section there is a Date field, a Description field and then
three controls with the following code:
Grant: =IIf([Amount]>0,[Amount])
Expense: =IIf([Amount]<0,[Amount])
Balance: =CCur([Amount])
When I have a Gift In Kind there is no amount information to feed into the
controls in the Detail section and so the Balance field shows up as Error#.
Is there any way that I can prevent the "Error#" from showing up?
Thank you for any light on the subject.
Mary
spent. Sometimes one receives a “gift in kind†instead of cash.
The Report is structured with a Foundation Header including the name of the
Donor Organization, an Application ID Header containing controls named:
DateSubmitted, Request, Outcome, OutcomeDate and a control with the formula
=IIf([AwardInKind] Is Not Null,"Award In Kind: " & [AwardInKind])
In the Detail section there is a Date field, a Description field and then
three controls with the following code:
Grant: =IIf([Amount]>0,[Amount])
Expense: =IIf([Amount]<0,[Amount])
Balance: =CCur([Amount])
When I have a Gift In Kind there is no amount information to feed into the
controls in the Detail section and so the Balance field shows up as Error#.
Is there any way that I can prevent the "Error#" from showing up?
Thank you for any light on the subject.
Mary