Hello,

How do I print data in multiple columns on the same page using VB Report designer ?

eg. I want to print say a Pay Slip like

Emp Name :
Emp details ...
-----------------------------------------------------
Earnings.................................Deductions
-----------------------------------------------------
Earn Head 1 1200..................Ded Head 1 520
Earn Head 2 1500..................Ded Head 2 180
Earn Head 3 4500
Earn Head 4 1500

-----------------------------------------------------
TOTAL.........8700.................................700
-----------------------------------------------------

Yeah, I'm using VB's Data Report Designer.

The group-header band includes static text :
-----------------------------------------------------
Earnings.................................Deductions
-----------------------------------------------------

The detail band includes :
[salary_head].......[hd_amt]

And the group-footer band includes totals :
-----------------------------------------------------
TOTAL.........[hd_amt]
-----------------------------------------------------

Multicolumn reports are possible in Access reports wherein in Page Setup you have an option to specify the number of columns on one page. I need the same thing on VB Data Report.

Thank you in advance.
JC