New to crystal reports.
how do i split column on the reports page
I made a report with two fields in the details area

[title ] [tapenumber]


that's okay, but I want the page to make two columns of this data like:

[title ] [tapenum] [title ] [ tapenum]


but not like:

1 2
3 4
5 6

like:

1 4
2 5
3 6


the same way you would see columns in MS Word

??

Wengang