I have two tables. tblContacts and tblTeams.
Each record in tblTeam has 3 contacts. And I use a drop down to populate the ContactID from the tblContacts table in each of those 3 team contacts.
So the tblTeams table looks like this:
TeamID, Team1, Team2, Team3
01, 02, 03, 04 (These are the...