LARiot
Programmer
- Feb 7, 2007
- 232
Hi,
I'm running a summary report where the filter condition is created and the report itself is called from a form. The report uses a query where the fields are grouped.
The problem is that we need to group by the Series but sometimes they have a different Start Date. The Start Date has to be part of the condition used to run the report.
That is:
Series Shows Start Date
Morning Show 1 1/1/2001
Morning Show 1 2/2/2002
Morning Show 1 3/3/2003
Morning Show 1 4/4/2004
If user selects dates from 2/2/2002 until 3/3/2003 then:
Series Shows Start Date
Morning Show 2 (not shown)
I'm finding this imposible with a select query using a totals (Group by).
Any help is greatly appreciated.
Thanks
I'm running a summary report where the filter condition is created and the report itself is called from a form. The report uses a query where the fields are grouped.
The problem is that we need to group by the Series but sometimes they have a different Start Date. The Start Date has to be part of the condition used to run the report.
That is:
Series Shows Start Date
Morning Show 1 1/1/2001
Morning Show 1 2/2/2002
Morning Show 1 3/3/2003
Morning Show 1 4/4/2004
If user selects dates from 2/2/2002 until 3/3/2003 then:
Series Shows Start Date
Morning Show 2 (not shown)
I'm finding this imposible with a select query using a totals (Group by).
Any help is greatly appreciated.
Thanks