J
Julien Konan via AccessMonster.com
Hi
I'm trying to send the row source of a chart in a form to the row source of a
chart in a report.
I have try to put in the openreport event somethg like
[Reports]![Rpt1]![Graph].[RowSource]=[Forms]![Frm1]![Graph].[RowSource] or
use the OpenArgs but that doesn't work.
I've got the rigth string in the second part of my equality (VBA input the
rigth string in the left part) but Access seems not allowed to change a
rowsource in reports...can you help me?
thanks
I'm trying to send the row source of a chart in a form to the row source of a
chart in a report.
I have try to put in the openreport event somethg like
[Reports]![Rpt1]![Graph].[RowSource]=[Forms]![Frm1]![Graph].[RowSource] or
use the OpenArgs but that doesn't work.
I've got the rigth string in the second part of my equality (VBA input the
rigth string in the left part) but Access seems not allowed to change a
rowsource in reports...can you help me?
thanks