I have a report that sorts by 'DueDate' and groups on Week. I'm trying to figure out how to display the start date & end date of the week within each 'DueDate' header.
For example: If I have 2 records with DueDates 05/11/05 and 05/12/05, their DueDate header would display something like: "Week of: 05/08/05 - 05/14/05".
So far I've tried this (unsuccessfully)...
="Week " & Min([MCDate]) & " - " & Max([MCDate])
Is this possible? If so, could someone please point me in the right direction?
Thanks.
--
Not until I became a Network Administrator did the error message "See your Network Administrator for assistance" become petrifying.
For example: If I have 2 records with DueDates 05/11/05 and 05/12/05, their DueDate header would display something like: "Week of: 05/08/05 - 05/14/05".
So far I've tried this (unsuccessfully)...
="Week " & Min([MCDate]) & " - " & Max([MCDate])
Is this possible? If so, could someone please point me in the right direction?
Thanks.
--
Not until I became a Network Administrator did the error message "See your Network Administrator for assistance" become petrifying.