TruthInSatire
Programmer
Good morning.
We are trying to create a table of contents as found in this link:
We've got it working except some of the information we want to add to the ToC is in a sub report. We can add items 1,2,3 to the table of contents, but we also need to add table 1(a) from the sub report. what is the easiest way to accomplish this?
The report is laid out like this
Thanks in advance.
We've heard that a million monkeys at a million keyboards could produce the complete works of Shakespeare; now, thanks to the Internet, we know that is not true.
We are trying to create a table of contents as found in this link:
We've got it working except some of the information we want to add to the ToC is in a sub report. We can add items 1,2,3 to the table of contents, but we also need to add table 1(a) from the sub report. what is the easiest way to accomplish this?
The report is laid out like this
Code:
--Detail------------------
item1 item2 item3
==sub report==============
item1(a) item4 item5
==========================
--------------------------
Thanks in advance.
We've heard that a million monkeys at a million keyboards could produce the complete works of Shakespeare; now, thanks to the Internet, we know that is not true.