I was thinking that there should be a way to capture each detail record before it printed. I could keep a counter of what record number I was on. If it was an odd number record I could populate two variables with the two fields from the current detail record. If it was an even number record I could populate two other variables with the two fields from the current detail record, then print all 4 variables (with the appropriate formatting) as a detail line. I could do this until the end of the group. At the end of the group I'd check to see if I needed to print a last line because of an odd number of records. I guess if I had more than one group (which I do) I could reset the "what record is it?" counter in the group header. In other programming languages this would be pretty simple, but I have no idea how to manipulate the detail section of CR like this. Is it doable? With something like a "WhileReadingRecords"? If so can you give me some how to?
Thanks,
Tennessee Paul