Hello everyone,
I have a problem in creating a new form and hope that you can help me.
The requirement is that the first row of a table is to be repeatedly printed on each page. The structure of each page to look like this:
1. Header of the table
2. First row of the table
3. Data content of the table
The data contents fills approximately 2-3 pages.
I have already tried to transfer the first row of the table as a separate table and insert them between the actual header and the data content, but without success.
So basically I need two headers for one table. Unfortunately, the content of the second header is dynamic, so that it cannot be permanently stored in the form which would be the most comfortable solution.
Can you help me with this problem?
Kind regards
Kai Schluesener