Code:
Text56.Value = DCount("[startplaying]", "tournamentlogtable", "[startplaying] = true" And "[endplaying]= false")
Ok Startplaying and Endplaying are check boxes I want to return a number of active people playing in the tournement what am I doing wrong here?