mi restituisce questo errore:codice:strSQL = "SELECT tb_pagelle.str_giocatore,tb_pagelle.str_voto,tb_pagelle.str_giornata,tb_giocatori.str_nomegioc,tb_giocatori.str_cognomegioc,tb_giocatori.id_giocatore FROM (tb_pagelle INNER JOIN tb_giocatori ON tb_pagelle.str_giocatore = tb_giocatori.id_giocatore) INNER JOIN tb_calendari ON tb_pagelle.str_giornata = tb_calendari.id_calendario WHERE tb_pagelle.str_giornata="&StrGiornata&" GROUP BY tb_giocatore.id_giocatore"
You tried to execute a query that does not include the specified expression 'str_giocatore' as part of an aggregate function.

Rispondi quotando