How to draw a line accross sections?

J

John

How do you draw a vertical line on a report in Access. I can only draw lines
within each section. Is it possible to draw a line or a rectangle the full
lenght of the page.

John
 
R

Rick Brandt

John said:
How do you draw a vertical line on a report in Access. I can only draw lines
within each section. Is it possible to draw a line or a rectangle the full
lenght of the page.

John

If you use the line method of the report in the report's code module and
use the Page event you can draw lines that span sections.
 
Top