I have done this before using multiple subforms across the form. It requires
opening a recordset to place primary key values into hidden text boxes on
the form. These text boxes are used as the link master property of the
subform controls.

Signature
Duane Hookom
MS Access MVP
--
Thanks Duane.
The strange thing is that I've set up a multi-column report that is fine -
and looks as I want - but when I embed it as a sub-report into another
report, it loses its formatting and becomes a single column down the
left-hand side. Do you know why this is? Would it be easier to do this as a
form, rather than a report?
Thanks for your help
Andy.
>I have done this before using multiple subforms across the form. It
>requires opening a recordset to place primary key values into hidden text
[quoted text clipped - 11 lines]
>> it right!
>> Cheers.
Rick Brandt - 16 Mar 2006 15:08 GMT
> Thanks Duane.
> The strange thing is that I've set up a multi-column report that is
[quoted text clipped - 4 lines]
> Thanks for your help
> Andy.
Subreports have no concept of "pages". Pages are the responsibility of the
parent report. A multi-column report that is set up as "Down, Then Across"
will start a new column at the bottom of the *page* and a subreport has no
idea where that is so you get one long column.
Basically multi-column subreports only work when set up as "Across, Then
Down" or when the subreport control has CanGrow set to false. Then the
bottom of the control will take the place of the bottom of the page.

Signature
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com
Duane Hookom - 16 Mar 2006 15:55 GMT
Great explanation Rick.

Signature
Duane Hookom
MS Access MVP
--
>> Thanks Duane.
>> The strange thing is that I've set up a multi-column report that is
[quoted text clipped - 13 lines]
> Down" or when the subreport control has CanGrow set to false. Then the
> bottom of the control will take the place of the bottom of the page.