How do I add a grid to output in an Access Report ?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have created an Access Database and also its reports. The report print out
perfectly other than there are no line separators. How do I add a grid to
the report that outputs when the report is printed.
 
MDM said:
I have created an Access Database and also its reports. The report
print out perfectly other than there are no line separators. How do
I add a grid to the report that outputs when the report is printed.

It depends on the type of report. I am going to guess you can add a
line under the fields in the same section. You can also add a vertical line
from top to bottom of that section of the report to provide a vertical
line(s).
 
Just highlight all of the text boxes in design mode on the same row.

You can then set the text box controls border style from "none" to whatever
size you want...

You should get a grid....
 
Albert said:
Just highlight all of the text boxes in design mode on the same row.

You can then set the text box controls border style from "none" to
whatever size you want...

You should get a grid....

That may well be a better and easier method that the one I suggested,
depending on how the controls are arranged and what you want. Since it is a
little easier, I would suggest using it first.
 
Back
Top