G
Guest
There may be a simple answer to this but I just can't figure it out. I want
to add up data that appears in, and is specific to, the group header of a
report without it multiplying it by the number of records in the detail
section.
e.g a report shows 5 meetings and the details of attendees at each meeting.
I have grouped by meeting with meeting details and budget figure in the group
header and the attendee information in the detail section. At the end of the
report I want to add up the 5 budget figures that appear in the header but
using sum([budgetfigure]) sums a budget figure for every attendee at each
meeting. How can I avoid this happening ? Thanks Mark
to add up data that appears in, and is specific to, the group header of a
report without it multiplying it by the number of records in the detail
section.
e.g a report shows 5 meetings and the details of attendees at each meeting.
I have grouped by meeting with meeting details and budget figure in the group
header and the attendee information in the detail section. At the end of the
report I want to add up the 5 budget figures that appear in the header but
using sum([budgetfigure]) sums a budget figure for every attendee at each
meeting. How can I avoid this happening ? Thanks Mark