I'm having a kind of problem with this Query, but what I want to happen is for all values like: Goals Scored
, Assists Made
, Key passes
etc, only once.
SELECT s.[Statistics ID], s.[Player ID], s.[Game ID], s.[Season ID], s.[Goals Scored], s.[Assists Made], s.[Key Passes], s.[Successful Tackles], s.[Successful Interceptions], s.[Goals Conceded], p.[Player Name], p.[Player ID]
FROM Statistics$ s, Players$ p
WHERE s.[Player ID]=p.[Player ID]
This is what appears in the preview: