Results 1 to 2 of 2

Thread: VB Reports

  1. #1

    Thread Starter
    Banned Wafflehose's Avatar
    Join Date
    Apr 2001
    Location
    Quantico, VA
    Posts
    34

    Question VB Reports

    How do you access your labels and text boxes in a report?

  2. #2
    PWNettle
    Guest
    Try this syntax:
    Code:
    DataReport1.Sections("PageHeader").Controls("Label1").Caption = "Hello World!"
    Paul

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