2 or more columns on a report

  • Thread starter Thread starter bhrosey via AccessMonster.com
  • Start date Start date
B

bhrosey via AccessMonster.com

I have a report that has only a couple of fields that it's pulling from, so
when I print my report, there's not a lot there. It looks basically like
this:
Employee Name Avg. Score # Completed
Doe, John 95 2
Smith, Mary 68 3
and so on. My question is this: Is there a way to put 2 groups of this info
on the report page to condense the number of pages I have to print out? I'd
like to report to look something like this:
Employee name Avg. Score # Completed Employee Name Avg. Score #
Completed
Doe, John 95 2 Smith, Mary
68 3
Johnson, Dave 87 1 Brown, James
77 2

Maybe with a dividing line running down between the two groups. I'm
relatively new to Access and I only know a little VBA. I've tried just
copying, for example, Employee Name, but it pulls up the same employee on
both sides of the report.

Thanks in advance for the help.
 
Thanks, that worked great!

Duane said:
You can select File->Page Layout to set the number of columns in your report.
I have a report that has only a couple of fields that it's pulling from, so
when I print my report, there's not a lot there. It looks basically like
[quoted text clipped - 18 lines]
Thanks in advance for the help.
 
Back
Top