M
Meryl
I am trying to create a report that shows 2 total
donation totals per person side by side - one for the
current year and one for the prior year.
I have the code for the current year, see below, but I
can't figure out how to code it for the prior year. My
underlying query has all the donor transactions.
=Sum(IIf(Year(Now())=Year([Trans-Check Date]),[Amount],0))
Thank you!
donation totals per person side by side - one for the
current year and one for the prior year.
I have the code for the current year, see below, but I
can't figure out how to code it for the prior year. My
underlying query has all the donor transactions.
=Sum(IIf(Year(Now())=Year([Trans-Check Date]),[Amount],0))
Thank you!