dynamically change group header ? (1 Viewer)

jjfjr1

New member
Local time
Today, 05:10
Joined
Mar 19, 2019
Messages
2
I am writing a report to show items that a donor has given to an organization. The items are grouped based upon when they were donated. Whenever a donor donates some items, that donation is given a unique donation number. I need to know how to generate a donation header dynamically whenever the donation number changes.

For example:

Donor: Ms. Wendy Smith

Donation: D-00-001

Item1
item2

Donation: D-01-023

Item1
Item2

etc.

Any help is greatly appreciated

jjfjr1
 

Gasman

Enthusiastic Amateur
Local time
Today, 10:10
Joined
Sep 21, 2011
Messages
14,232
Just sort and group by donor, then donation
 

Users who are viewing this thread

Top Bottom