Create multiple mailing labels on one page

R

Rhoda Harris

This is an Access 2000 question, and I can't quite find another posting along
these lines.

I have a table called Preappeal Data Input with the following fields:
Appellant Name, Appellant Address, School Name, School Address, Educational
Agency Name, and Educational Agency Address.

I created a query for the mailing labels, then used the wizard to create the
label. It prints one label per page for Appellant Name and Appellant
Address. The label I use has 3 across. How can I get 3 labels of Appellant
Name and Appellant Address to go across? Then on the next line, I want 3
labels of School Name and School Address .. what steps do I take to
accomplish that? Do I need to do a subreport?

Thank you for helping a frustrated end user .. I'm sure the answer is really
easy and I'm just overlooking it.
 
D

Duane Hookom

Remove the columns from your report and set the detail height to be twice
its current height. Then create and copy (twice) text boxes of the
addresses.
 
Top