D
DanWH
I'm creating a report that is required to be in a specific format which has a
text box in the detail followed by a subreport directly to the right of the
text box. The subreport will grow depending on the amount of data. What I
want is the text box adjacent to it to be sized on the report equal to the
subreport.
What I've tried writing is:
Dim height as interger
height = reports.item("subreport").windowheight
me.textbox.height = height
but I get the error stating that subreport cannot be found. Is this the
right code or what am I doing wrong.
Thanks
Dan
text box in the detail followed by a subreport directly to the right of the
text box. The subreport will grow depending on the amount of data. What I
want is the text box adjacent to it to be sized on the report equal to the
subreport.
What I've tried writing is:
Dim height as interger
height = reports.item("subreport").windowheight
me.textbox.height = height
but I get the error stating that subreport cannot be found. Is this the
right code or what am I doing wrong.
Thanks
Dan