K
Kendal
I am trying to query a client transaction table for
clients with transactions that fall within certain dates,
then print a mailing label for each of those clients.
My query correctly produces a list of all client
transactions that fit the criteria. The labels based on
the query correctly pulls the client address information
from the address table.
The problem is that I get one mailing label _for each
transaction_. So there are several labels for each
client. I need only one label for each client, regardless
of how many transactions each client has.
Can I have my query show only one instance of each
client? Or is there a way to do that in the mailing label
design?
Thanks for any help,
Kendal
clients with transactions that fall within certain dates,
then print a mailing label for each of those clients.
My query correctly produces a list of all client
transactions that fit the criteria. The labels based on
the query correctly pulls the client address information
from the address table.
The problem is that I get one mailing label _for each
transaction_. So there are several labels for each
client. I need only one label for each client, regardless
of how many transactions each client has.
Can I have my query show only one instance of each
client? Or is there a way to do that in the mailing label
design?
Thanks for any help,
Kendal