How do you access your labels and text boxes in a report?
Try this syntax: Code: DataReport1.Sections("PageHeader").Controls("Label1").Caption = "Hello World!" Paul
DataReport1.Sections("PageHeader").Controls("Label1").Caption = "Hello World!"
Forum Rules