Data on same row

  • Thread starter Thread starter Junior
  • Start date Start date
J

Junior

I have a table ex:
ID Fund Percent
A 101 50
A 102 50
B 101 60
B 102 30
B 103 10

how can i print one line per ID
A 101 50 102 50
B 101 60 102 30 103 10
 
Junior said:
I have a table ex:
ID Fund Percent
A 101 50
A 102 50
B 101 60
B 102 30
B 103 10

how can i print one line per ID
A 101 50 102 50
B 101 60 102 30 103 10


The easiest way is to use a multi-column subreport.
 
Back
Top