>A2K and a main report (just to provide sequential page numbering) that holds
>a few subreports.
[quoted text clipped - 16 lines]
>I would also like to manipulate another textbox's visibility on main report
>page header but it seems to be unavailable.
You need to do this from within the subreports.
Use an appropriate (report header section?) Format event in
each subreport:
Parent.tr = Me.item_tr
Parent.en = Me.item_en
The visibility problem may be the same kind of issue, but I
can't tell from what you posted.

Signature
Marsh
MVP [MS Access]
Alp Bekisoglu - 29 Apr 2007 00:47 GMT
Hi Marsh,
Thank you for the advice I'll try that. Never thought of manipulating parent
through child. Should have thought of "real world" :-)
I do have page header in the main report but not in the sub's since they do
not show or I couldn't get them to show up.
Thanks again.
Alp
>>A2K and a main report (just to provide sequential page numbering) that
>>holds
[quoted text clipped - 31 lines]
> The visibility problem may be the same kind of issue, but I
> can't tell from what you posted.