VBForums
>
Visual Basic
>
Database Development
> Data Report Labels
PDA
Click to See Complete Forum and Search -->
:
Data Report Labels
TomJaep
Oct 2nd, 2000, 07:26 AM
Is there any way I can set the caption of a label on a Data Report through code ?
Nathan
Oct 2nd, 2000, 07:34 AM
try something like this (from my own code)
DR1.Sections(2).Controls("lblCustName").Caption = ""
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.