Hi
I have two tables which i am trying to get data from. The two tables are
AFLPlayerStats( aflgame_id(pk), team_id(pk), player_id(pk), kicks, handballs. goals, behinds, hitouts, tackles)
and
AFLScore(aflgame_id, team_id(pk), quarter(pk), goals, behinds)
What I want to do is...