How to dispay multiple columns for a field?

G

Guest

I have a listbox in the header of a report. When there are too many rows to
list in a single column, I would like them to flow into adjacent columns --
like text in Word when newspaper-style columns are in effect. If the header
were limited to 3 rows of output, it would look like this:
_________________________
row1 row4 row7
row2 row5 row8
row3 row6 row9 ...
_________________________

Is there a control in Access that can do this? Or should I try embedding a
Word object in my report?

Thanks!
 
D

Dirk Goldgar

Allen_N said:
I have a listbox in the header of a report. When there are too many
rows to list in a single column, I would like them to flow into
adjacent columns -- like text in Word when newspaper-style columns
are in effect. If the header were limited to 3 rows of output, it
would look like this: _________________________
row1 row4 row7
row2 row5 row8
row3 row6 row9 ...
_________________________

Is there a control in Access that can do this? Or should I try
embedding a Word object in my report?

Maybe a multi-column subreport would serve your purpose.
 
G

Guest

Hi Dirk,

That was the first thing I tried. It was OK when i tested it in the Detail
section of a report, but it reverted to single-column when I put it in the
Report Header.
 
D

Dirk Goldgar

Allen_N said:
Hi Dirk,

That was the first thing I tried. It was OK when i tested it in the
Detail section of a report, but it reverted to single-column when I
put it in the Report Header.

You have to make sure that the subreport control on the main report is
wide enough to print all the columns. If you just drag it in and don't
resize it, it won't be.
 

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