Hi all,
I have 2 tables, one called Users and one called Teams.
Users has these fields;
ID
FullName
Role
CurrentTeam
PreviousTeams
Teams has these fields;
ID
TeamName
Location
CurrentMembers
PreviousMembers
Role and Location are both lookups from other tables, named respectively.
What I'd like to do is when I update the CurrentTeam in the Users table, it updates the CurrentMembers in the Teams table, e.g I change UserA's current to TeamA, I want the record for TeamA to show UserA in CurrentMembers.
The reason I have 2 seperate tables like this is because there are 2 seperate forms, one to show teams and one to show users, so people can see what User is working on what project in one team, and what team currently has what Users working on that project.
Any help at all?
Thanks guys.
EDIT; Also should mention, they need to be multiple value fields, as they can be in more than one current team/previous team, and each team will have more than one current/previous user.
I have 2 tables, one called Users and one called Teams.
Users has these fields;
ID
FullName
Role
CurrentTeam
PreviousTeams
Teams has these fields;
ID
TeamName
Location
CurrentMembers
PreviousMembers
Role and Location are both lookups from other tables, named respectively.
What I'd like to do is when I update the CurrentTeam in the Users table, it updates the CurrentMembers in the Teams table, e.g I change UserA's current to TeamA, I want the record for TeamA to show UserA in CurrentMembers.
The reason I have 2 seperate tables like this is because there are 2 seperate forms, one to show teams and one to show users, so people can see what User is working on what project in one team, and what team currently has what Users working on that project.
Any help at all?
Thanks guys.
EDIT; Also should mention, they need to be multiple value fields, as they can be in more than one current team/previous team, and each team will have more than one current/previous user.
Last edited: