Thorough problem description:
I am constructing a database program that is intended to control how a competition unfolds, say with teams, team match with paintgun or football with variable teams, and score processing.
When selecting the teams I absoluteley need to remove say Frank Conners from the list so that it is impossible to select a record twice or thrice or place one player on both teams.
I have tried to solve this with a virtual field, but it should be able to do this with filters and perhaps an afterupdate or Dirty form function.
I wouldn't be surprised if the solution was dead simple.
Can you help?
Regards Stan Dandtjes.
I am constructing a database program that is intended to control how a competition unfolds, say with teams, team match with paintgun or football with variable teams, and score processing.
When selecting the teams I absoluteley need to remove say Frank Conners from the list so that it is impossible to select a record twice or thrice or place one player on both teams.
I have tried to solve this with a virtual field, but it should be able to do this with filters and perhaps an afterupdate or Dirty form function.
I wouldn't be surprised if the solution was dead simple.
Can you help?
Regards Stan Dandtjes.