I have two tables, PersonalInformation (PersonID, LastName,
FirstName) and Address(Street, City, State, ZipCode). I would like to
show these two tables fields in one view "Create" and save the
information to the respective table.
Note This is a one to one relation where for person there is one
address.
Thank you!