I have a subform linked to my main form by a one-to-many relationship (one main, many subs). When I pull up a record on my main form, the subform shows the first match as well as the total number of matches on the bottom. It's easy enough for the end user to add a new record on the subform by clicking the "Add Record" button I created, but how do I prevent someone from just over-writing the existing record that's showing? I ran into this potential problem during a test run. Thank you in advance.