limiting returns

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

Guest

I'm running a query on a table and the records that are returned are often
duplicated (returned more than one). This may be to general a question, but
what causes this?
 
Are you joining two or more tables in the query? or does the query have more
than one table in the FROM clause and the tables are not joined in any way?

Post the SQL statement of the query and that will help us see what might be
causing the result.
 
Two tables w/no join... figured it out. Thanks!

Ken Snell (MVP) said:
Are you joining two or more tables in the query? or does the query have more
than one table in the FROM clause and the tables are not joined in any way?

Post the SQL statement of the query and that will help us see what might be
causing the result.
 

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

Back
Top