G
Guest
I am accumulating hours for individual clients and when the second page is
referenced the record on the previous page is counted again on the new page.
The code on the detail section format that i am using is
dblhours = dblhours + IIf(Me!activity_desc = "Admission Eval. [Diag]",
Me.txtUnboundHours, Me.txtHours)
thus my sum at the end of the group is off by 1.5 or 2 or whatever the
amount is that is counted twice. This does not happen for those who are only
on one page. Their totals are correct. Thanks.
referenced the record on the previous page is counted again on the new page.
The code on the detail section format that i am using is
dblhours = dblhours + IIf(Me!activity_desc = "Admission Eval. [Diag]",
Me.txtUnboundHours, Me.txtHours)
thus my sum at the end of the group is off by 1.5 or 2 or whatever the
amount is that is counted twice. This does not happen for those who are only
on one page. Their totals are correct. Thanks.