I am trying to create a data entry form that contains a student's name and contact information. My problem is that for student's phone number, it is a one-to-many relationship where a student can have as many phone numbers as possible, each with a type name (mobile or home).
Pictures below show what I currently have, I wanted to assign 2 phone numbers for John Doe, I would have to repeat the entry twice. (Of course in both entries, they are linked to a common ID, so there is no duplicate record)
In my columnar data entry form, I wish to add a "+" button that when pressed, would create an extra entry box to key in new phone number, and choose a type. I do not want to use a subform with table.
How can I achieve that?