Results 1 to 2 of 2

Thread: View data field with same value once only in the DataReport

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2003
    Posts
    3

    View data field with same value once only in the DataReport

    If i am using DataReport to view the data from MS-Access, how can i get some fields that may repeated just once on the DataReport?

    For example, CustomerName and CustomerAddress which have many order details. I just wish to display the CustomerName and CustomerAddress once only on the top. Is that possible?

    Thanks.

  2. #2
    Fanatic Member spud's Avatar
    Join Date
    Aug 2000
    Location
    Munster (Germany)
    Posts
    542
    Place label into Page Header Section2


    Private Sub DataReport_Initialize
    DataReport1.Sections("Section2").Controls("label1").Caption = frmMain.text1.Text
    End Sub
    Haven't got anything to say that is the least bit interesting.
    www.tartan-underground.com

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