I am using ACcess 97 Reports. I have vertical lines in the detail section where I also have a ‘can grow’ text box. How can I make the lines longer whenever the box grows?
I tried to find the new Detail Height and then to extend the vertical lines by using the following code in the ‘On Format’ event of the Detail section:
txtDetailHeight = txtSynopsis.Height
linLeftPCRNumDetail.Height = txtDetailHeight
However, this gave me the un-grown height. I then tried to move this code to the ‘On Print’ event of the Detail section. I got a message that I could not set the Height property after printing was started.
Does anyone have an idea on how to solve this problem.
Thanks,
Dan..