D
dp
Hi,
I have a very complex expression in an unbound control that i want to sum in
a group footer. It seems to only take the first value of the control i have
set to running sum over group.
I tried to put the expression in a sum function and the report blew up real
good.
something like this:
=Sum(IIf(nz([CommissionsDate] Between
CDate([Forms]![CommissionsReporter]![RptDateFrom]) And
CDate([Forms]![CommissionsReporter]![RptDateTo]),2)=True Or
nz([CommissionsDate] Between
CDate([Forms]![CommissionsReporter]![RptDateFrom]) And
CDate([Forms]![CommissionsReporter]![RptDateTo]),2)=2,[CommEarned],0))
And I also tried this function like the example on this page and it doesnt
work, it keeps resetting the group total on each detail line.
http://support.microsoft.com/default.aspx?scid=KB;EN-US;208850
any suggestion would be helpful
I have a very complex expression in an unbound control that i want to sum in
a group footer. It seems to only take the first value of the control i have
set to running sum over group.
I tried to put the expression in a sum function and the report blew up real
good.
something like this:
=Sum(IIf(nz([CommissionsDate] Between
CDate([Forms]![CommissionsReporter]![RptDateFrom]) And
CDate([Forms]![CommissionsReporter]![RptDateTo]),2)=True Or
nz([CommissionsDate] Between
CDate([Forms]![CommissionsReporter]![RptDateFrom]) And
CDate([Forms]![CommissionsReporter]![RptDateTo]),2)=2,[CommEarned],0))
And I also tried this function like the example on this page and it doesnt
work, it keeps resetting the group total on each detail line.
http://support.microsoft.com/default.aspx?scid=KB;EN-US;208850
any suggestion would be helpful