|
-
Aug 31st, 2005, 08:17 AM
#1
Thread Starter
New Member
Help with subreport
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?
Last edited by DanielConserv; Sep 1st, 2005 at 12:41 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|