I would like to set an auto-update relationship between fields in two tables. One table contains information on the team and team leader, while the other table contains the team member name list with team and leader information included. I want the second table updated when the first table is updated (the team name is fixed and the team members always stay in the same team, while the team leader might be changed).
I set the team name as the primary key in the first table, and member name and team name as the primary key in the second table.
I want to use the relationship in Access, but it always shows: no unique index ... for primary table. Any instructions or help with any misunderstanding of the use of relationships is appreciated.