
11-28-2000, 12:56 PM
|
|
|
Change textbox info in data report
|
Several weeks ago I found code on this site on how to edit a caption. I used it to concatenate the following text field and string (I am using VB6's date report designer and data environment):
Sections("Rec_Yr_Grouping_Header").Controls("lblCountyCo").Caption = RptRS!countyname & " COUNTY"
However, I can't get the syntax right to be able to do the same with text boxes, which the earlier posted message alluded to. Also, it seems to me there should be a text property on the textbox object, but I don't see one. Has anyone else figured this out?
|
|