J
J
Hi,
I have a list of customers that I need to print mailing lables for. We
have many customers living in the same household and I want to send a
brochure only to each household but address the customer(s) individually.
I created the query:
Select FName + " " + LName as [Name], Address, City + ", " + State + " " +
Zip as CSZ
From Customers
How can I create the Report so the labels print on Avery 5160 as
For example:
John Doe, Jane Doe Mike Williams,
Kate Johnson
123 Street Rd. 552 Lane
St.
New York, New York 19858 Philadelphia, PA 19525
etc...
Thanks in advance
J
I have a list of customers that I need to print mailing lables for. We
have many customers living in the same household and I want to send a
brochure only to each household but address the customer(s) individually.
I created the query:
Select FName + " " + LName as [Name], Address, City + ", " + State + " " +
Zip as CSZ
From Customers
How can I create the Report so the labels print on Avery 5160 as
For example:
John Doe, Jane Doe Mike Williams,
Kate Johnson
123 Street Rd. 552 Lane
St.
New York, New York 19858 Philadelphia, PA 19525
etc...
Thanks in advance
J