G
Guest
I would like to group my report on current year's transactions only. But I
do want in the group's footer I would like to have the previous years total.
I have used the below iif statement in the transactiondate text box control
source.
=IIf(DatePart("yyyy",[transactiondate])=DatePart("yyyy",Date()),[transactiondate])
The report still display previous years transactions.
Please assist.
Thanks a bunch
Gwen
do want in the group's footer I would like to have the previous years total.
I have used the below iif statement in the transactiondate text box control
source.
=IIf(DatePart("yyyy",[transactiondate])=DatePart("yyyy",Date()),[transactiondate])
The report still display previous years transactions.
Please assist.
Thanks a bunch
Gwen