D
David
Hello,
I have the following Footers and Fields, which I need to sum on. I saw a
OVER GROUP comment made in other posts, but that does not seem to work:
WEEK FOOTER:
Field: txtSumHrs:
=IIf(Sum([HoursWork])>40,40,Format(Sum([HoursWork]),"Standard"))
Field: txtSumHrs1: =txtSumHrs (Running Sum Over Group)
NAME FOOTER:
Field: =txt72: ([txtSumHrs1]) - This is my problem. It does not sum across
2 or more weeks, rather, just gives me the last week data.
What am I missing?
I have the following Footers and Fields, which I need to sum on. I saw a
OVER GROUP comment made in other posts, but that does not seem to work:
WEEK FOOTER:
Field: txtSumHrs:
=IIf(Sum([HoursWork])>40,40,Format(Sum([HoursWork]),"Standard"))
Field: txtSumHrs1: =txtSumHrs (Running Sum Over Group)
NAME FOOTER:
Field: =txt72: ([txtSumHrs1]) - This is my problem. It does not sum across
2 or more weeks, rather, just gives me the last week data.
What am I missing?