limiting returns

A

AttackIP

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?
 
K

Ken Snell \(MVP\)

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.
 
A

AttackIP

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