Print content only if that field contains data

  • Thread starter Thread starter techno2
  • Start date Start date
T

techno2

Hell

I have a table which among other fields, there ar

mont
cours
responsible
responsible
responsible

On some records, there is just data on responsible1, on other record
there is data on both responsible1 and responsible2, and some othe
have data on 3 field

So, I need them to appear an single column on report, in a way that i
that record only has responsible1, it won't leave empty space due th
abscense of responsible2 and responsible

Something like this
######################################

Month.....Course.....Responsibl
----------------------------------------------
Jan.....12.....Bo
..................Car
..................Fre
Feb.....13.....Mik
Mar.....14.....Georg
..................Alla
Apr.....15.....Marcu
..................Bo
..................Mik
########################################

Forgiveme me the dots, was the only way to avoid formatting by phpB

Notice on Feb, there is only one resposible so no empty spaces hav
been left, on March there were two, and so on

Thanks in advance for any comment

Va
 
I don't care much for your table structure, however, have you set the
control's Can Shrink property to "Yes"?
 
Back
Top