I am trying to find a way to have a list of records that are related to the record currently being edited. When editing a record, say a product and I have another table called product_notes, I want to have all the records from product_notes that is related to the current record in a list under the edit form with another form to add another note to the current record. Attached is a mock up to show what I am wanting to do. Any ideas how I can go about doing this?