Hi to all,
Hi to all,
I got a question and I hope that I find the answer here.
I'm having a table and I need to add footer (remark) in each line
Record1- Field 1
Record1- field 2
Record1- field 3
Record1- R e m a r k s
Record2- Field 1
Record2- field 2
Record2- field 3
Record2-R e m a r k s
This is easy I can do it,
But the difficult thing for me is: (here a question )
If a remark exists in this field for the record, then add a line with the text contained in the field (like above )
If there is no remark do not print and do not leave a gap between the Record lines.
So I need the table be like this (If we consider that record 1 and 3 does not have remark.
Record1- Field 1
Record1- field 2
Record1- field 3
Record2- Field 1
Record2- field 2
Record2- field 3
Record2-R e m a r k s
Record3- Field 1
Record3- field 2
Record3- field 3
Record4- Field 1
Record4- field 2
Record4- field 3
Record4-R e m a r k s
Regards,