The record is there as a place to use to add a new record. If you do not wish to add records with this form, change the AllowAdditions property as has already been suggested. If you wish to add records via this form, leave it. If you are comfortable with VBA, you can set the allowAdditions property to No and create form fields on the parent form that you can use to add new rows. you should find samples here.