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

Many to Many relationships

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Hi I am not able to create relationships between tables .can any one tell me why I am not able to do that.what I am doing is I have two tables between which I have to have a many to many relationship.When I drag and drop primary key of one table into another i get a relationship box and i dont knwo how to proceed from there.Also referential integrity is disabled and I cannot click on it..why?PLease explain
 
To implement a many-to-many relationship, you need to create a third table, called a junction table or intersection table, containing the primary keys of both the tables being joined. Then, create the relationships between each of the original tables and the new junction table.

Hope this helps...

JJ
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top