Putting column like borders

  • Thread starter Thread starter Public
  • Start date Start date
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?
 
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
 
Back
Top