Is it possible to refresh a form from an action in the subform, how do i change the code to refer to the form?
Current code is:
Private Sub Form_AfterUpdate()
On Error GoTo Err_Form_AfterUpdate
DoCmd.DoMenuItem acFormBar, acRecordsMenu, 5, , acMenuVer70
Exit_Course_ID_Exit:
Exit Sub...