C
CJ
Hi Groupies:
I have a report that lists employee pay. The report is currently grouped by
week and then by employee.
Everything works fine, except that I would like the Date Header label to be:
"For Week Ending - ....." with the last date of the week showing up after
the hyphen. So like this:
For Week Ending - April 12, 2008
For Week Ending - April 19, 2008
At the moment my report is grouped by the dtmDate field and the interval is
set at Week. Sunday is the first day, Saturday is the last.
I have ="For Week Ending - " & Format$([dtmDate],"mmmm dd, yyyy",0,0) in
the label for the date header
I believe that I need to replace dtmDate with an expression in the Grouping
box but what should the expression be?
I have a report that lists employee pay. The report is currently grouped by
week and then by employee.
Everything works fine, except that I would like the Date Header label to be:
"For Week Ending - ....." with the last date of the week showing up after
the hyphen. So like this:
For Week Ending - April 12, 2008
For Week Ending - April 19, 2008
At the moment my report is grouped by the dtmDate field and the interval is
set at Week. Sunday is the first day, Saturday is the last.
I have ="For Week Ending - " & Format$([dtmDate],"mmmm dd, yyyy",0,0) in
the label for the date header
I believe that I need to replace dtmDate with an expression in the Grouping
box but what should the expression be?