Record Duplication When Creating Queries

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm linking tables in a query and as I do so, the records are duplicated.
What do I need to do to prevent this from happening?
 
Depends what your query is, post the SQL. Essentially you need a join column
that links the tables. You may also need SELECT DISTINCT instead of just
SELECT.

-Dorian
 
Back
Top