On the button click of Form B, I implemented the following code to update the recordsetclone on subform C:
Code:
Private Sub btnCopyClassPairQuestions_Click() On Error GoTo HandleError
Private Sub btnCopyClassPairQuestions_Click() On Error GoTo HandleError
Forms![OutcomeQuestionsForm]![sbfOutcomeQuestionsSubform].Requery
Forms!CourseInfoForm.Requery
Leave a comment: