Is there any way I can set the caption of a label on a Data Report through code ?
try something like this (from my own code) Code: DR1.Sections(2).Controls("lblCustName").Caption = ""
DR1.Sections(2).Controls("lblCustName").Caption = ""
Forum Rules