(Edited by HansV to add <!t>[pre]<!/t> and <!t>[/pre]<!/t> tags - normally, multiple spaces are ignored by HTML.)
The report is based on a query which combines data from two tables (one-to-many join on UniqueID). The main table holds names and other information. The linked table holds children of the names in the main table. The number of children may vary from 0 to 6.
Under normal design, the report will turn out with the child names displaying vertically...
Smith, John and Joan
Claude
Stephen
Joyce
I would like the child names to display horizontally as follows...
Smith, John and Joan
Claude, Stephen, Joyce
I can get the child names to display horizontally by using a multi-column subreport, but the display is less than desirable because too much blank space is placed between the child names. If the columns are 1 1/2 " wide, then the name of the second child will be as much as 1" away from the name of the second child, and so on...<pre>Smith, Joan and Joan
Claude Stephen Joyce</pre>
Any suggestions would be appreciated. Thanks.
Tom



