Boxes on a report

S

SAC

I just need to draw a spreasheet looking box on a report. No data source.
Just rows and columns with labels in the first column.

Do I have to draw the lines? I tried using the list box where I enter my
own info but there doesn't seem to be a row height property or a property to
show lines between the rows.

Any ideas? Thanks.
 
D

david epsom dot com dot au

You probably just want to set the BORDER STYLE to SOLID on
your controls, but you can also drop LINEs and RECTANGLES
onto your report from the toolbox.

(david)
 
S

SAC

Thanks!

david epsom dot com dot au said:
You probably just want to set the BORDER STYLE to SOLID on
your controls, but you can also drop LINEs and RECTANGLES
onto your report from the toolbox.

(david)

property
 
Top