DBAchick
Programmer
- Apr 27, 2000
- 61
The records in my table look like this:<br><br>GroupName Data1 Data2 Date3<br><br>Group1 XYZ<br>Group1 Apple<br>Group1 Zebra<br>Group1 QRS<br>Group2 ABC<br>Group3 LMN<br>Group3 Tiger<br><br>I want my report to look like this:<br><br>GroupName Data1 Data2 Data3<br><br>Group1 XYZ Apple Zebra<br> QRS<br>Group2 ABC<br>Group3 LMN Tiger<br><br>I have tried grouping, using group headers and footers, but each record appears on a separate line. In addition, the GroupName appears on a separate line. <br><br>I have tried subreports, but they are not dynamic enough.<br><br>I have tried a crosstab query but the results are less than correct. (Perhaps I am doing that incorrectly).<br><br>Any report genuises out there?<br>