How do I create a horizontal layout on a report?

S

SDeam

I need to create a form that shows multiple records but has them going across
the page horizontally instead of vertically.

Essentially

HEADER

record 1, record 2, record 3
detail 1, detail 2, detail 3


Etc.
 
K

Ken Snell [MVP]

Create columns in the report (File | Page Setup | Columns tab) and set the
option for "Across, then Down".
 
S

SDeam

Thanks! -- I missed that somehow. As a followup question -- to create a more
complex report that has data going in both directions, it seems like it would
be best to create "nested" reports with the different column setups, is that
correct?
 
Top