Talking to subreports

K

Ken Reay

Hi

If you are trying to do this from within the main report,
then you need something like

Me.Subreportcontrolname.REPORT.recordsource = ...etc
 
D

dpdeleon

I'm not trying from inside the main report. I'm trying to get to it from a
form that opens the main report in design view. Any ideas?

Thanks
 
Top