I am trying to figure out how to generate a report that doesn't generate duplicate addresses. This is started by a query but I cannot seem to figure the criteria for the address field. PLEASE HELP!
OK here goes<br>This query is based on a table, the table will have many duplicate family last names and addresses etc. The query should weed out the duplicate last names and addresses so that when a report is generated only one newsletter goes to each household, not fifty.<br>Is that specific enough?
If you mean that the lastname as well as the address is same for more than one record then there is a solution to it :-<br><br>Open the SQL of the query and add DISTINCT after the word "Select" and then run the query.<br><br>Check if this works...<br><br>Vandys
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.