Yes, you can pull the field values from an open form e.g.![your table field name]=me.(your form control name). Using your Placement form as an example you add the value of the start date in the AddNew to the CreateDate in the followup table e.g. ![CreateDate] = DateAdd("d", 7, Me.StartDate) this...