Implementing one to many in one form

Implementing one to many in one form

Hey All,

I have form1 which has a one to many relationship with form2. So for every record in form1 there are multiple records in form2.

Now what i would like to do is enter all the records for form2 while entering data in form2. Can we have multiple record lines in from1 which essentially take an input for form2

Form1
Name, Contact, Email

There are five personality types. The personality table is as follows

Form2
type
date of manifestation
dominant/not dominant

So for every record in form1, there can more than 1 records in table2. I want to capture the entry in one data entry form only. Please advise how to do this.

Vivek