Tracy62
MIS
- Jan 10, 2006
- 4
Hi (apologies if this message appears twice - it disappeared half way thru typing so I'm trying again)
I have unique field information in my Group Header (Member.ID, Member.Name, etc) and then the Details list all Hospitals and Units earned. The Group footer has a summary of units earned.
My problem is that I want to display the Trainers associated with the Member in the Group header. But there can be more than one trainer (mostly 2 per Member - and the trainers are stored partly in a separate table, with their names in the same table as the members). Putting that field in the Group header only displays the first or max Trainer. I then tried inserting the trainers as a sub-report in the group header, but that created duplicate rows in the detail section.
How do I display multiple trainers with the Member's unique information, but don't duplicate Details?
(here is what I currently get:
Group ONE:
Member: John Smith
ID: 3456
Trainers: Joe Blow, Ann Jones
Details:
Hospital 1 5 units
Hospital 1 5 units
Hospital 2 3 units
Hospital 2 3 units
Group ONE footer:
Total Units 16 units
and here is what I want:
Group ONE:
Member: John Smith
ID: 3456
Trainers: Joe Blow, Ann Jones
Details:
Hospital 1 5 units
Hospital 2 3 units
Group ONE footer:
Total Units 8 units )
I have unique field information in my Group Header (Member.ID, Member.Name, etc) and then the Details list all Hospitals and Units earned. The Group footer has a summary of units earned.
My problem is that I want to display the Trainers associated with the Member in the Group header. But there can be more than one trainer (mostly 2 per Member - and the trainers are stored partly in a separate table, with their names in the same table as the members). Putting that field in the Group header only displays the first or max Trainer. I then tried inserting the trainers as a sub-report in the group header, but that created duplicate rows in the detail section.
How do I display multiple trainers with the Member's unique information, but don't duplicate Details?
(here is what I currently get:
Group ONE:
Member: John Smith
ID: 3456
Trainers: Joe Blow, Ann Jones
Details:
Hospital 1 5 units
Hospital 1 5 units
Hospital 2 3 units
Hospital 2 3 units
Group ONE footer:
Total Units 16 units
and here is what I want:
Group ONE:
Member: John Smith
ID: 3456
Trainers: Joe Blow, Ann Jones
Details:
Hospital 1 5 units
Hospital 2 3 units
Group ONE footer:
Total Units 8 units )