Have Vertical Lines grow on a report.

D

Don

Hello, I have a report in Access 97. There are vertical lines in the detail
section that are between text boxes. The text boxes are set to grow, so when
the data wraps to the next line, you have have space in the vertical line.
How do you get the vertical line to grow with the text box.

Thanks

Don
 
D

Duane Hookom

The accepted solution is to use the Line method of the report in the On
Print event of the section you want the lines in. www.Lebans.com has some
sample "PrintLines" code.
 
Top