I have a form (Form A) with TWO fields: 'Group' and 'Name'.
So for example Form A has 4 entries:
Entry 1 = Group: 1 Name: John Smith
Entry 2 = Group: 1 Name: Bill White
Entry 3 = Group: 1 Name: Jack Green
Entry 4 = Group: 1 Name: David Jones
I have a second form (Form B) that has FIVE fields: 'Group' - 'Name1' - 'Name2' - 'Name3' - 'Name4'.
Is it possible for Form B to capture the entries from Form A and deposit each name in each of the above fields. So the entry would look like this:
Entry 1 = Group:1 Name1: John Smith Name2: Bill White Name3: Jack Green Name4: David Jones
Regards
David