mattygriff
Programmer
Hi. I have an ASP page which needs to generate three recordsets, the first is a list of players, the second is a list of fixtures.
For each player in the set, the third recordset then needs to select from a table of scores any entries for that player but only for fixtures contained in the fixtures recordset.
My scores table contains scores for all players in all fixtures.
Can anyone help with the SQL?
For each player in the set, the third recordset then needs to select from a table of scores any entries for that player but only for fixtures contained in the fixtures recordset.
My scores table contains scores for all players in all fixtures.
Can anyone help with the SQL?