Try this.
In the Design View, link the Contact ID to the Owner ID, then switch to the SQL View for the query.
In the SQL View find the syntax for the join statement which should be something like
FROM [Contacts] INNER JOIN [Project Info] ON [Contacts].[Contact ID] = [Project Info].[Owner...