Results 1 to 1 of 1

Thread: Help with subreport

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2005
    Posts
    14

    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
  •  



Click Here to Expand Forum to Full Width