I have a master/detail listview showing the relationship of one item to its many sub items (it is not pretty presentation at the moment just a poc).


What I would like to do is create a table view data entry form that allows the user to:
- create a new master record
- drive the ability to create one to many detail records as a button option for each master record (low fidelity mock up below).
Any insights or links to accomplish this would be appreciated.