I'm a newbie. I have a master record (Donor Record) with a subform (Notes). This Donor Record has a key field, which is a number, called ID.
On a Donor Record, in the Notes subform, I want to click create new record and have the resulting new Notes record contain the ID number from current Donor Record, creating a one-to-many relationship, with records (notes) sorted chronologically.
Right now, I am seeing ALL the notes in the Notes table.
What do I need to do?