In simplified form I have a table with fields Activity and Date.
I'd like to query this between a StartDate and EndDate and produce output that includes a field Period as 'StartDate to EndDate'.
So the output would look like this
Activity, Period
Activity 1, 1/2/15 to 12/2/15
Activity 2, 1/2/15 to 12/2/15
etc