Johnny Drama
In need of beer...
- Local time
- Today, 05:55
- Joined
- Dec 12, 2008
- Messages
- 211
Hi all,
I'm trying to generate a report that's pulling data from two tables. The first table contains high level tasks (TaskID, Task) an the second table contains related sub tasks (SubtaskID, Subtask) with multiple sub tasks relating back to each high level task.
I'm trying to get the report to generate as follows:
Task One
Subtask
Subtask
Subtask
Task Two
Subtask
Subtask
Subtask
but when I run the report I get:
Task One
Subtask
Task One
Subtask
Task One
Subtask
Grouping on the task field doesn't seem to help.
Any ideas?
I'm trying to generate a report that's pulling data from two tables. The first table contains high level tasks (TaskID, Task) an the second table contains related sub tasks (SubtaskID, Subtask) with multiple sub tasks relating back to each high level task.
I'm trying to get the report to generate as follows:
Task One
Subtask
Subtask
Subtask
Task Two
Subtask
Subtask
Subtask
but when I run the report I get:
Task One
Subtask
Task One
Subtask
Task One
Subtask
Grouping on the task field doesn't seem to help.
Any ideas?