So I'm new to MsAccess but I am doing a project about a football team where i have already done 2 tables - footballers(ID[PK] ,name,age,team,price,salary,shirt number,yes/no participating in tournaments) and teams(ID[PK] ,name,country,year founded). Now I was told to create a relationship with a new, third table (Competitions), for which I got an advice to be intermediate - without using a primary key. Can someone explain what I should include in this Competitions table and how can i manage the relationships? Thanks in advance!