G
Guest
I've tried to solve this problem a number of different ways, but am just not
getting it. Please help.
I have a report grouped by ID number. The detail of the group has fields
txtDonation (=[Donation]),
txtConsideration (=IIf(IsNull([Consideration]),0,[Consideration]),
and
txtNet_donation
(=IIf(IsNull([txtConsideration]),[txtDonation],[txtDonation]-[txtConsideration])
The report is based on a query.
I want to add another field, txtTotal_net_donation, that adds all values for
txtNet-donation for that ID.
I believe the field should go in the group footer.
I wrote an expression, but the txtTotal_net_donations will not calculate at
all if txtConsideration is null.
Very frustrating. I've tried the minimal knowledge I have of expression
builder. Tried adding a new field to the query (got an aggregate function
error) and tried a new query (got a circular reference error).
It shouldn't be this difficult, but I am lost.
Please help.
Thank you.
getting it. Please help.
I have a report grouped by ID number. The detail of the group has fields
txtDonation (=[Donation]),
txtConsideration (=IIf(IsNull([Consideration]),0,[Consideration]),
and
txtNet_donation
(=IIf(IsNull([txtConsideration]),[txtDonation],[txtDonation]-[txtConsideration])
The report is based on a query.
I want to add another field, txtTotal_net_donation, that adds all values for
txtNet-donation for that ID.
I believe the field should go in the group footer.
I wrote an expression, but the txtTotal_net_donations will not calculate at
all if txtConsideration is null.
Very frustrating. I've tried the minimal knowledge I have of expression
builder. Tried adding a new field to the query (got an aggregate function
error) and tried a new query (got a circular reference error).
It shouldn't be this difficult, but I am lost.
Please help.
Thank you.