Let's say your two tables are tblPerson and tblItem, and let's say the joining field is PersonID. Finally, let's say that you are trying to create a view of tblItem, with some related information from tblPerson. In that case, your query would probably be something like the following:
SELECT...