frankyberry
Programmer
I'm using CR v8.0.1.
I've been able to get data to display horizontally but not exactly to my liking.
When printing vertically, the data looks like this:
The above leaves too much white space on the report and wastes a lot of pages as there can be anywhere from 50 to 100 sets.
What I am seeing:
What I would like:
Sorry about the crude demo above but I hope you get the idea.
What is the best way to achieve this?
I've been able to get data to display horizontally but not exactly to my liking.
When printing vertically, the data looks like this:
Code:
Set #1 Member(s): Notes:
Tim
Mark
Chris
Set #2 Member(s): Notes: 2
Sue
Travis
What I am seeing:
Code:
Set #1 Member(s): Notes: Set #1 Member(s): Notes:
Tim Mark
Chris
Set #2 Member(s): Notes: 2 Set #2 Member(s): Notes: 2
Sue Travis
What I would like:
Code:
Set #1 Member(s): Notes: Set #2 Member(s): Notes: 2
Tim Sue
Mark Travis
Chris
Set #3 Member(s): Notes: Set #4 Member(s): Notes: Novice
Kerry Joel
Scott Joe
Sorry about the crude demo above but I hope you get the idea.
What is the best way to achieve this?