Hi I was wondering if anyone has experience with passing subform data to a field in the parent form. I have a form that collects totals from a subform while the user enters its data. I can access or read the data by using Forms!frm_payroll2!payrollTotalRHours . I tried to set the field by using Set Forms!frm_payroll2!payrollTotalRHours = empTotHrsR but it gave me an error. Any help would be appreciated. Thank you very much