I have a form with a subform that I would like a combo box on the form to update as records are added to a table via a subform. I used the following code for the subform event AFTER UPDATE, but I get an error that says it cannot find the field. Any suggestions on how to correct so that when data is entered on the subform it adds the seletion per record on the subform?
Private Sub SSOW_AfterUpdate()
Me!SEsIni = [Forms]![frm_WI_Entry].Combo51
End Sub
Private Sub SSOW_AfterUpdate()
Me!SEsIni = [Forms]![frm_WI_Entry].Combo51
End Sub