I'm trying to create a Db to create fixtures for my local Soccer sevens Association. I have created a table with a list of teams (usually between 18-22 teams) and a table with:
WeekNo, Date, HomeTeam, AwayTeam
My problem is not coding or Db creation but the method fro creating Fixtures I...