I would create a report based on a query like:
SELECT MyDate
FROM tblNoNameGiven
GROUP BY MyDate;
Add two text boxes to your detailed section:
Name: txtNorth
Control Source: ="North"
Name: txtSouth
Control Source: ="South"
Then create a subreport based on your table and place two copies of this subreport side-by-side in the detail section of your report and Set the Link Master/Child of one to:
Master:txtNorth,[MyDate]
Child: [Region],[MyDate]
and the other
Master:txtSouth,[MyDate]
Child: [Region],[MyDate]
The records in the subreports should then be filter as required.
Duane MS Access MVP
[green]Ask a great question, get a great answer.[/green] [red]Ask a vague question, get a vague answer.[/red]
[green]Find out how to get great answers faq219-2884.[/green]