Hi everyone:
Matt I have figured out the problem. In this line of each of my recordsets
Set rs = db.Execute(("SELECT Teams.[Index], Teams.[LongName], Players.[ColCommit] " & " FROM Teams, Players WHERE Players.[ColCommit] = Teams.Index"), db, adCmdText)
I had to remove...