ok, what i'm trying to do is this:
In a table, i have 4 fields:
team1
team2
team3
team4
each of which contains data type "text"
each is a combo box with 'row source type' set to "value list"
and in the row source itself is the following:
"1st";"2nd";"3rd";"4th"
so a position can be chosen for each team
however, obviously 2 teams can't be in the same position
so i want to make it so that once a position e.g. "1st" has been chosen for a team, it cannot be selected for another team, i.e. 2 positions cannot be applied to the same team.
- this probably seems very simple to most of you, but i am a beginner, and any help would be much appreciated
In a table, i have 4 fields:
team1
team2
team3
team4
each of which contains data type "text"
each is a combo box with 'row source type' set to "value list"
and in the row source itself is the following:
"1st";"2nd";"3rd";"4th"
so a position can be chosen for each team
however, obviously 2 teams can't be in the same position
so i want to make it so that once a position e.g. "1st" has been chosen for a team, it cannot be selected for another team, i.e. 2 positions cannot be applied to the same team.
- this probably seems very simple to most of you, but i am a beginner, and any help would be much appreciated