Hi Derek,
What you see in the pdf is all the query that I have written so far. The project that this is connected to is very large and I would rather not attach to the forum. I am sure there is a simple solution to my problem. I just can't see it. Here is more information on my project details.
table names: column name:
contacts bowler_name_id
award_type award
bowling_weeks week_num
I just tried this and I am now getting a syntax error by ","
SELECT
award_recap.date,
award_recap.game1,
award_recap.game2,
award_recap.game3,
award_recap.total,
award_recap.high_game,
award_recap.high_scratch,
bowler_name_ID FROM contacts where contacts.id = bowler_name_ID,
awards FROM award_type WHERE award_type.id = awards,
week_num FROM bowling_weeks WHERE bowling_weeks.id = week_num
FROM award_recap