Guest_imported
New member
- Jan 1, 1970
- 0
This is a survey DB...it links the people rating to the person they are rating.<br>The report's record is linked by SSN. When you click next record...it will show all rows in the table that have that same SSN(the person being rated). The problem i'm running in to is that, there's a lot of fields on the report and rather than having it display horizontally across into many pages. I was hoping to have it grouped vertically to fit all rows related to that SSN fit on one page.<br>I need it to look like this under Details<br>ex) Mike and Paul are the raters, they're linked to the person being Rated by SSN.<br>The Report: This is what i need it to do<br>(Labels)-> 1 2 3<br>Mike A B C (the reponses)<br>Paul B C D<br><br> (Labels) 4 5 6<br> X Y Z (response for fields 4-6)<br> Y X Z<br><br>But it keeps duplicating the labels 1-6 for Paul also(labels)-> 1 2 3<br>Mike A B C (the reponses)<br>(labels) 1 2 3<br>Paul B C D<br><br>(labels) 4 5 6<br> X Y Z (response for fields 4-6)<br>(labels) 4 5 6<br> Y X Z<br><br>How Do I get rid of this Dup, since the labels represent Questions...it be repetitive to list the question again for another Rater.<br>Any help would be great <br>thanks,<br>