And when you do this what happens?
SELECT Werk.projectid, Projecten.Projectnaam
FROM Werk LEFT JOIN Projecten ON Werk.Projectid = Projecten.projectid ;
If I were you I would start with one of the available Templates that come with Access or are on the MS Office site. Even the NorthWind example that ships with Access shows a decent user interface.