Access Query Duplicate records

  • Thread starter Thread starter El Cajon Liberty
  • Start date Start date
E

El Cajon Liberty

I am using Access 2007, and my query adds another set of the same records
every time I open it. How can make the query only include each record once?
 
Make sure that all tables are joined in the query. If a table with 2 records
is unjoined it becomes a Cartesian product and you get twice as many
records.
 
On Sat, 1 May 2010 13:45:01 -0700, El Cajon Liberty <El Cajon
I am using Access 2007, and my query adds another set of the same records
every time I open it. How can make the query only include each record once?

Please open the query in SQL view and post the SQL text here. We can't fix
what we can't see!
 
Show us the SQL. Open the query in design view. Next go to View, SQL View
and copy and past it here.
 
Show us the SQL. Open the query in design view. Next go to View, SQL View
and copy and past it here.
 
See other reply.
-- Dorian
"Give someone a fish and they eat for a day; teach someone to fish and they
eat for a lifetime".
 

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

Unique values in two fields in query 1
several questions RE tables 5
Limit 4
Combine Duplicates in Query 0
Not Like Query Removes Duplicate Records? 1
Access Dcount (multiple criteria) 3
Access Auto Matching Duplicates? 0
Duplicate records 2

Back
Top