Navinder has attended:
Access Intermediate course
Access Advanced course
Duplicates
How can you remove duplicate records brought back by queries
Ms Access SQL Statements
Hi Navinder
Duplicates arise due to the type of query that you are running, a few types are left join, right join and union. If you are getting duplicates, that could mean that you are running the wrong type of query for the results that you want. However other possibilities are that you may need further where clauses within the SQL statement. A simpler method to to add a unique clause in to the SQL.
Hope this helps
David