Report in Db table format

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

Guest

I am using Access 2003
I am trying to create a report that looks like a database view (columns and
rows with the faint lines showing) but still be able to add a Title. I
tried to do it with a query but I can not seem to add a title to the report.
I am sure I have done this before, but can not remember how. I would
appreciate any help you can give me.

Thank you - aurora
 
Aurora said:
I am using Access 2003
I am trying to create a report that looks like a database view (columns and
rows with the faint lines showing) but still be able to add a Title. I
tried to do it with a query but I can not seem to add a title to the report.
I am sure I have done this before, but can not remember how. I would
appreciate any help you can give me.


Put the title text in a label or text box in the report
header section.

Delete any labels that are attached to the text boxes in the
detail section. Then size and position the text boxes so
that the left edge of each text box is at the same place as
the right edge of the previous text box. Set everything's
CanGrow property to NoBorderStyle to Solid and the
BorderColor to light gray.
 
Back
Top