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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

one to many to many to many query problem

Status
Not open for further replies.

gamisens

Technical User
Apr 29, 2001
15
0
0
US
I have a database with the following structure: an items table has a one to many relationship to a groups table. The groups table has a many to many relationship to a members table through a connecting table of group members. I need to find an item by searching for member data but there is no direct relation between the items table and the members table (only through the groups). How can I construct an SQL query to accomplish this?
 
Include the groups table in your query to link the members to the item.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top