Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
cipriani1984
Constraint Violating Yak Guru
304 Posts |
Posted - 2008-11-14 : 05:55:51
|
Hi, When creating a report form, is it possible to create a single row when grouping data together?Example.Student, id, class_title,Mark, 001, A B CInstead of the report showing 3 rows, is there a way to just place A, B, C one behind the other in one row?Thanks |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-11-15 : 00:11:59
|
you need to write backend query accordingly. just bring class_title as a csv from table.see below as an examplehttp://www.sqlteam.com/forums/topic.asp?TOPIC_ID=114069 |
 |
|
|
|
|