Hello, I am working with an orders database and want to build a mailing label query that will not print duplicate labels.
In the query I have the customer address book and the orders table. I know how to create the query to filter the year I want but how do I add the customer information as to not duplicate the customers and waste labels?
Example:
Order Date Year: ([Order Date]) Last Name
Orders Addressbook
I want to be able to bring up all sales for 2014 but have no duplicate last names.
Hope this makes sense.
In the query I have the customer address book and the orders table. I know how to create the query to filter the year I want but how do I add the customer information as to not duplicate the customers and waste labels?
Example:
Order Date Year: ([Order Date]) Last Name
Orders Addressbook
I want to be able to bring up all sales for 2014 but have no duplicate last names.
Hope this makes sense.