Those nice screen shots don't help me much because I don't know how to use the GUI. I can write a little SQL, though. Maybe I can get you started (I'm not going to bother name all the columns, though)
SELECT W.ProjectName, W.EnteredBy, W.EntryDate, W.WeeklyStatus, P.ProjectManager
FROM...