Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

simple query ends up with unwanted duplicates

Status
Not open for further replies.

iris5426

Technical User
Aug 4, 2000
2
US
i'm doing a simple query to sort information in a phone list database using two tables and i end up with each record in the completed query repeating 31 times.  i have no idea why it's doing this or how to fix it...
 
This is probably due to your join criteria. Access will produce a row for everytime the join criteria is equal. Maybe you can add additional keys to pare down what will be returned. If you need additional help, then give more information on your tables and the keys that you are using to join on or could use to join on.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top