The syntax is:
A = Main report
B = subreport
C = nested subreport (in B)
Reports!A!B.Report!C.Report!LabelName = "Whatever"
adding extra spaces for clarity:
Reports ! A ! B . Report ! C . Report ! LabelName = "Whatever"

Signature
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com
> I have a dream!
>
[quoted text clipped - 26 lines]
>
> Any of you has any ideas?
Henrootje - 17 May 2007 18:48 GMT
Arvin,
I had found the right syntax but apparantly things will not work if
you mix reports and forms.........................
I saved the subforms as reports and using your syntax things started
working!
Thnx for thinking
Henro
> The syntax is:
>
[quoted text clipped - 40 lines]
>
> > Any of you has any ideas?