Hello
I have a simple report which is supposed to be used for printing stickers. The sticker paper is A4 size and it has two columns. I successfully managed to print data to left column. I also want to print data to right column too. My current report looks like this :
[Title] [NameLastName] [Address]
How can I make my report to fill data to two columns? Thanks.