B
breeden.christopher
I have a report that I have grouped by [Date] per week. The problem
is that it isn't grouping by seven days. What I have done in the
Group Header is DateAdd("ww",1,[Date]), but the begining date and end
date do not correlate. I get something like this:
Sep 03 - Sep 10
Sep 11 - Sep 18 + 8 days
Sep 18 - Sep 25 + 7 days
Sep 24 - Oct 01 + 6 days
Anyways the grouping isn't consistent. It goes anywhere from gouping
for 4 days to 8 days. I have records for each day of the week, but I
was thinking maybe that was part taking into my problem, so maybie
there is a way for it group my records by [date] that fall with in the
weekly inteveral starting on the date of the first record?
is that it isn't grouping by seven days. What I have done in the
Group Header is DateAdd("ww",1,[Date]), but the begining date and end
date do not correlate. I get something like this:
Sep 03 - Sep 10
Sep 11 - Sep 18 + 8 days
Sep 18 - Sep 25 + 7 days
Sep 24 - Oct 01 + 6 days
Anyways the grouping isn't consistent. It goes anywhere from gouping
for 4 days to 8 days. I have records for each day of the week, but I
was thinking maybe that was part taking into my problem, so maybie
there is a way for it group my records by [date] that fall with in the
weekly inteveral starting on the date of the first record?