M
MikeB
As you may know from other posts I've made here, I'm playing with
Access to build a small chess management system.
As part of a draw for a match, one of the options to consider is to
match players that have not played one another previously.
To do this, I would like to have a form with a Combo box that is
populated with all the players that the current player have not yet
played (and, as a bonus, not their own record as well).
I can construct a query to list all the players that a particular
player has played before. How can I now construct a query and how do I
put this in the combo box criteria, such that I get a list of all
players that are NOT in the aforementioned list?
Thanks.
Access to build a small chess management system.
As part of a draw for a match, one of the options to consider is to
match players that have not played one another previously.
To do this, I would like to have a form with a Combo box that is
populated with all the players that the current player have not yet
played (and, as a bonus, not their own record as well).
I can construct a query to list all the players that a particular
player has played before. How can I now construct a query and how do I
put this in the combo box criteria, such that I get a list of all
players that are NOT in the aforementioned list?
Thanks.