| VB Report Generator -
06-04-2007, 10:35 AM
Hi all,
Apologies if you've seen this before, I've inadvertently lost contact with
the group for a couple of days.
I am generating a report from a database which has some stuff directly from
the table and some stuff generated elsewhere.
I can get all the records on the report no problem, but I can't seem to find
out how to wite stuff to unbound text boxes etc.
The main reason is because I don't know how to refer to the control I think.
I would like something along the lines of:
rptLegislation.txtFree.text = "Anything I want"
Do I need to refer to the section, like this?
rptLegislation.section1.txtFree.text = "Anything I want"
Can anyone point me to either to the answer or somewhere I can find the
answer please?
None of my reference books seems to help. (Typical) |