duplicate entries during query

  • Thread starter Thread starter Budge Tungate
  • Start date Start date
B

Budge Tungate

When I create a query, a number of rows are duplicated.
The data tables do not have the duplicate entries, just
the query. Any ideas why?

--Budge
 
Can you paste the SQL? It's a table relationship issue ... or
a cartisian product. You might try using a group by clause,
but it's hard to say w/o seeing the code.
 
It ended up that my original assumption was inaccurate.
I didn't have the right key fields in a data table I was
linking to, thus there were duplicate fields in the
linked table. After correcting this problem (i.e.
putting in key fields), the query ran correctly.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Access Auto Matching Duplicates? 0
Return every other row? 8
query 4
Find Duplicates data 1
Query Criteria Question 6
Look for duplicates, rename field value, reconcatenate 2
Query Delete Duplicates 2
Combine Duplicates in Query 0

Back
Top