Hi all.
Let say you have a database that has values such as first name, last name, address, phone number etc. Now, lets say that there might be 2 records in this database where the 2 people live at the same address. Now, lets say there are many records like that.
How would you run a query that would pull all records, but if it comes across a duplicate value (i.e. address), skip it.
The reason for this because I need to send out letters to a lot of address, but I don't want to send multiple letters to the same house.
Thanks in advance for any help.
Let say you have a database that has values such as first name, last name, address, phone number etc. Now, lets say that there might be 2 records in this database where the 2 people live at the same address. Now, lets say there are many records like that.
How would you run a query that would pull all records, but if it comes across a duplicate value (i.e. address), skip it.
The reason for this because I need to send out letters to a lot of address, but I don't want to send multiple letters to the same house.
Thanks in advance for any help.