Okay, here's the problem:
While my report is being generated, up to three records at a time need to be concatenated and displayed on one line. I know how to simply use the Next(fld) function to look ahead to the next field value and conditionally tell Crystal to concatenate the next field value to the end of the current field value. I then have the report drill down the next value and continue on. The problem is, the third value gets displayed on its own line. My question is, is there a way to look down the field values further than just to the next one? Any comments/ideas would be helpful!
While my report is being generated, up to three records at a time need to be concatenated and displayed on one line. I know how to simply use the Next(fld) function to look ahead to the next field value and conditionally tell Crystal to concatenate the next field value to the end of the current field value. I then have the report drill down the next value and continue on. The problem is, the third value gets displayed on its own line. My question is, is there a way to look down the field values further than just to the next one? Any comments/ideas would be helpful!