Hi,
I have a report that contains two tables (Table 1 contains 25 columns), table 2 contains 20 columns, so in total I have 45 columns. In my report, Table 1 prints on page 1 and Table 2 Prints on Page 2 so I put a page break in between tables. On table 1, I have a footnote and the footnote is added in the page footer, on Table 2 I also have a footnote. These footnotes are different from each other so I added both footnotes into the page footer. Footnote1 is on textbox then added the textbox into Rectangle control Footnote2 I added in textbox and into different rectable control.
I want to print the Footnote1 only when Table 1 is printed and Print Footnote 2 when Table 2 is printed.
So the output should be:
Page 1
Print Table 1
Print Footnote 1 on the page footer
Page 2
Print Table 2
Print Footnote 2 on the page footer
..... and so fort and so on ....
Page 3
Print Table 1....
Print Footnote 1 on the page footer
Page 4
Print Table 2
Print Footnote 2 on the page footer
Any help is highly appreciated...
Thanks in advance