I already set that but what to do with that second column that is displayed. it doesnt display any data
Main Topics
Browse All TopicsI am developing a report that displays the names of the account, but since there are 2000 accounts it takes lot of pages, so i want the report to print the names in 2 columns side by side,
i.e. when the end of page is reached , instead of going to the second page, names should start from the top of second column again. I saw several solution on dynamic columns but i just need 2 columns in my report
Kindly help me to get this done.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Either your table is too big to fit side by side twice, you need to factor in the margins and column spacing. I think you may also need to reduce the Report Body's width down to half the width of the printable area too.
Or you have a lot of records in the data with no values.
Maybe attach a screen shot of what you are getting.
You do not have to create extra columns in the table for this, the table you already have is automatically repeated for the number of columns you specify. In fact it's not just the table, it's the whole report body that's repeated.
Business Accounts
Answer for Membership
by: chrismcPosted on 2008-07-24 at 14:42:16ID: 22083822
Click on the report body, then in the properties you should see one called "Columns", set it to 2, make sure your data controls will fit on the page side by side when repeated.