R
R
I'm running a maiil merge which is bringing in data from excel.
I'm producing a mailing which will be a sort of statement for people
contained in the data.
I've set up a table on one of the pages which contains information about
their funds ie:
Fund Name Percentage
<<Fund Name1>> <<FundRate1>>
<<Fund Name2>> <<FundRate2>>
<<Fund Name 3>> <<Fund Rate3>>... etc.
Each field is in it's own cell and each row is in a seperate row within the
table.
The maximum number of rows I will need is 10 but the problem I have is that
when someone has less than 10 rows of data, I end up with lots of empty rows.
Is there a way I can surpress table rows that don't contain data?
Thanks,
R
I'm producing a mailing which will be a sort of statement for people
contained in the data.
I've set up a table on one of the pages which contains information about
their funds ie:
Fund Name Percentage
<<Fund Name1>> <<FundRate1>>
<<Fund Name2>> <<FundRate2>>
<<Fund Name 3>> <<Fund Rate3>>... etc.
Each field is in it's own cell and each row is in a seperate row within the
table.
The maximum number of rows I will need is 10 but the problem I have is that
when someone has less than 10 rows of data, I end up with lots of empty rows.
Is there a way I can surpress table rows that don't contain data?
Thanks,
R