Boxes on a report

  • Thread starter Thread starter SAC
  • Start date Start date
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.
 
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)
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top