View Full Version : 3 columns of data on 1 page


klapy
07-20-2006, 02:00 AM
I have a report like this:

number: test1
artist: test1
title: test1

number: test2
artist: test2
title: test2
________________
next page

number: test3
artist: test3
title: test3

number: test4
artist: test4
title: test4

but what I want is this:

number: test1 number: test3
artist: test1 artist: test3
title: test1 title: test3

number: test2 number: test4
artist: test2 artist: test4
title: test2 title: test4

or maybe even 3 columns.

Why I want this is because I want to be able to print the report on labels.
Also is there a easy way to create labels?
In word you can use premade tables to fit it on the labels, can I do this in a report as well?

mhartman
07-20-2006, 06:32 AM
Hello:
You can use the Mailing label wizard in the reports section to do this: Enclosed are links to an article.
http://support.microsoft.com/kb/279725/en-us
http://support.microsoft.com/kb/209755/en-us
Regards
Mark

klapy
07-21-2006, 04:49 AM
Yeah I found that already :)

Thanks for answering my stupid question!