Hi,
I racking my brains to solve a problem that *should* be simple enough:
I have a database that includes two tables: customers and orders. The orders table includes various products we sell. I would like to select in a query all customers that have ordered product X. That’s simple enough to do: I have a query with both tables, product X is indicated in one of the criteria, and the customers are shown in alphabetical order.
However, this query results in a long list where EVERY order for product X is shown, so if a customer has ordered X several times, his name appears many times on the list.
How do I narrow down the query so that the customer name appears once only?
Any ideas?
Daniele – Italy