-
SQL Query
I have created an SQL query within Access 2007 but it has duplicated data. How can I remove the duplicated data please?
-
Do you know why the data is duplicated? It often indicates that you may have not done your join properly.
If you did, and it just happens to be a one-to-many join, duplicate can be weeded out with a "SELECT DISTINCT..." statement or an Aggregate Query.
Keep in mind though, that for in order for Access to consider it a duplicate, every field being returned must be a duplicate.
If you post the SQL code of your query, and describe the relationship between your tables, we can probably help you clean it up.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules