How can I add gridlines to an Access 2000 report?

L

Lehaha

How can I add gridlines to an Access 2000 report? When I go into either view
of a report, the gridline task button becomes gray. What do I do?
 
B

Barry Gilbert

You can add a horizontal line at the top or bottom of the detail section. It
will repeat for every record. Otherwise, there is no gridline property for
reports.

Barry
 
M

Marshall Barton

Lehaha said:
How can I add gridlines to an Access 2000 report? When I go into either view
of a report, the gridline task button becomes gray. What do I do?


Typically, people just use each text box's Border property
to get a box around each one. If the text boxes are
positioned and sized exactly right and if none of them use
CanGrow/CanShrink, this prduces a grid effect. If you do
use CanGrow/CanShrink, then you should look into using the
PrintLines code at www.lebans.com
 
Top