Views from multiple forms

Views from multiple forms

Is there a way to make a view that shows data from multiple forms without having to add that data to a form through the use of a lookup field? So if I have forms that have data like this:

form 1
ID, Name
"1","Jim"

form 2
ID, Address
"1","123 Main St"

I want a view that shows the below without having to add a name lookup field to form 2:
ID, Name, Address
"1","Jim","123 Main St"