I have a Person form with a table of Products. The table includes a checkbox field to "select" the product to be installed for this Person. It also includes a Permission/Group field.
The Product form contains all available products that can be installed and has a radio button field that indicates if this specific product can be installed multiple times.
What I'm trying to do is this: the user selects a product that can be installed multiple times. the table is updated to show a second record of the same product.
For example: Mary wants to have the Product 'Email Group' installed. She selects the 'Email Group' Product from the table and puts 'GroupA' in the Permission/Group field. When she loses focus from this row in the table, a new row appears with 'Email Group' as the Product so she can indicate that she wants Permissions/Group to 'GroupB' also.