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.
 
Back
Top