I would like to retrieve and display multiple fields from a particular detail record in a group header. The record needs to be selected by a Min or Max function on one of the fields relative to the other detail records within the group. Finding the Min/Max is easy, but how do I access the other fields from that same record?
I suppose I could stash all the fields for that record in global variables then retrieve them when I render the header, but that seems like a real hack. Is there a more elegant way to reference all the fields of a particular record from a group header?
Thanks,
Darren
I suppose I could stash all the fields for that record in global variables then retrieve them when I render the header, but that seems like a real hack. Is there a more elegant way to reference all the fields of a particular record from a group header?
Thanks,
Darren