Putting column like borders

P

Public

Hi,

I am creating a report but since there is a lot of information, sometimes
fields mix up and some of them may run into the space of others. I want to
visually separate the columns by putting borders between each column.
In abstract, I want to have a look similar to a table.

Any ideas?
 
J

John Spencer

Each control has two properties that you can set
Border Style: Solid
Special Effect: Flat

This will show a border around the control. You can then move the controls so
they are adjacent to each other and adjust the heights of the controls and
sections to get the grid look.

If you have can grow set for controls, then you will need to use VBA to draw
the lines.

John Spencer
Access MVP 2002-2005, 2007-2008
Center for Health Program Development and Management
University of Maryland Baltimore County
 

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

Top