Printing Multiple Colums

  • Thread starter Daryl B. via AccessMonster.com
  • Start date
D

Daryl B. via AccessMonster.com

Hi,
I have a question about printing multiple colums in a Report.
I have a Table that is the many side of a relationship. It contains only 2
Colums. First colum is the WorkOrder number and the Second is a VIN list.
This list of VIN's can be up to 1000 in length per record. I need to know
if there is a way to print the VIN's in multiple colums in a report. If I
just put the VIN control in the Details section. It prints right down the
list in one single colum. Well over a 1000 VIN's comes out to a lot of
paper. If I could fit like 200 on a page using multiple colums that would
be great. Thank You
 
A

AlCamp

Daryl,
Use the PageSetup button and using the Column tab, set the column count
for the number of columns you want across the page.
You'll also need to know how wide both the fields will be for the
ColumnSize setting, and also set the spaacing between the columns with the
RowSpacing.
You'll place just the 2 fields in the detail section (over on the left),
and they'll be repeated for how many columns you asked for.
Just try out the PageSetup Columns tab choices... everything is pretty
straightforward.
hth
Al Camp
 
Top