Hi
Have a form with a subform that is editable
when I make a change and close the form only the changes in the main form are saved.
So used the following code via a button in the header of the main form
However it does not seem to workCode:Private Sub SaveChanges_Click() DoCmd.Save acForm, "frm_ErrorCorrection" DoCmd.Save acForm, "tbDetailsubform" End Sub tbDetailsubform
Is my code wrong
thanks
Ian