4
Answers

Showing two tables fields in one view best way

Schleid Alex

Schleid Alex

4y
501
1

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!

Answers (4)