Hi,
My question is whether i am allowed to access to any of the control source such as textbox in the subreport from the mainreport.
I tried it but didn't work.
Here is the code.
On the report footer of the main report, i put the following code.
Private Sub ReportFooter_Format(Cancel As Integer, FormatCount As Integer)
Reports![mysubreport]!Text75 = "hello"
End Sub
By the way, text75 is placed on the subreport.
Any ideas?
