Glad you found a solution. For the record, while your way works, it will prove slower as the amount of data increases. Galaxiom's suggestion would be more efficient:
SELECT ...
FROM TableName INNER JOIN [mastertable fortnight] ON TableName.ID1 = [mastertable fortnight].ID1