Quasi-subreport included in text box?

CAS

Registered User.
Local time
Today, 16:48
Joined
May 18, 2001
Messages
15
I have been trying to figure out a way to essentially force a subreport into a text box on the main report. For example, I have a main table and then two related tables that have only two fields: the ID code relating the subordinate tables to the main, and one other field.

Because there are often multiple records in the subordinate table for each record in the main table, and because the data contained in the subordinate records is very short, what I'd like to do is be able to run the data from the subordinate table horizontally, separated by commas, for each record in the master table.

The report would look something like this:

MAIN RECORD DATA
Subordinate refs: 1, 2, 3, 4, 5

In this example, "1," through "5" represents the data in each of the 5 records in the subordinate table linked to the main table.

Unless I'm missing something, a subreport would force the data to print vertically, whereas I want it to go horizontally.

Is there a way to do this? Suggestions? Thanks!
 

Users who are viewing this thread

Back
Top Bottom