Side-by-Side Reports

A

Adam

I am trying to make a report so the first dataset (row) is to the left, the
second to the right, then the third below the first, and so on. I could
create two subreports if I knew how to autonumber the query (have the
subreport on the left only pull odd autonumbers). Any suggestions?

Example:


|---------------------| |---------------------|
| | | |
| Dataset 1 | | Dataset 2 |
| | | |
| | | |
| | | |
| | | |
|---------------------| |---------------------|

|---------------------| |---------------------|
| | | |
| Dataset 3 | | Dataset 4 |
| | | |
| | | |
| | | |
| | | |
|---------------------| |---------------------|

Thanks for the help!!
 
M

Marshall Barton

Adam said:
I am trying to make a report so the first dataset (row) is to the left, the
second to the right, then the third below the first, and so on. I could
create two subreports if I knew how to autonumber the query (have the
subreport on the left only pull odd autonumbers). Any suggestions?

Example:


|---------------------| |---------------------|
| | | |
| Dataset 1 | | Dataset 2 |
| | | |
| | | |
| | | |
| | | |
|---------------------| |---------------------|

|---------------------| |---------------------|
| | | |
| Dataset 3 | | Dataset 4 |
| | | |
| | | |
| | | |
| | | |
|---------------------| |---------------------|


I think you want to use two columns with Across then Down
snaking (File - Page Setup menu, Columns tab).
 

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