G
Guest
I'm trying to prepare an annual activity report for each of our partner's
capital accounts. The field names are [partner name],[activity date],
[units] and [$ investment]. I have a query that pulls the partner name &
address info from one table and the activity info from another table. I
would like to be able to report 1) Beginning of year balances for units and $
investment, 2) monthly activity totals for units and $ investment and 3) end
of year totals for the items mentioned. I've tried the following expression
in the partner name page footer - iif ([activity date < #01/01/2004#, sum
([units]),0) in order to print the prior year's totals but the output is
showing totals up through today. Any help on reporting items 1 and 2 would
be appreciated.
capital accounts. The field names are [partner name],[activity date],
[units] and [$ investment]. I have a query that pulls the partner name &
address info from one table and the activity info from another table. I
would like to be able to report 1) Beginning of year balances for units and $
investment, 2) monthly activity totals for units and $ investment and 3) end
of year totals for the items mentioned. I've tried the following expression
in the partner name page footer - iif ([activity date < #01/01/2004#, sum
([units]),0) in order to print the prior year's totals but the output is
showing totals up through today. Any help on reporting items 1 and 2 would
be appreciated.