Guest_imported
New member
- Jan 1, 1970
- 0
I'm creating a report that will be printed out on a label sheet that has two vertical columns of labels. Right now I can only get the report to do one row of data per row of labels. How do I get the report to print two rows of data per line? Hopefully this makes sense.
As an example, lets say I just want to print [Name] on the label. In my report I have a text item with value [Name], and in design view the size of the report is no bigger than the text item itself. When I view it in print mode it just comes out
Name 1
Name 2
Name 3
...
I would like it to come out tiled like so
Name 1 Name 2
Name 3 Name 4
...
Thanks!
As an example, lets say I just want to print [Name] on the label. In my report I have a text item with value [Name], and in design view the size of the report is no bigger than the text item itself. When I view it in print mode it just comes out
Name 1
Name 2
Name 3
...
I would like it to come out tiled like so
Name 1 Name 2
Name 3 Name 4
...
Thanks!