I get this error when invoking the click event from the subform.
This is the code in the click event.
Me.txtActivityID = Forms![Fmast_ContactTabs].Form.CSP_T_TeamActivityLog_ID
Forms![Fmast_ContactTabs].Form.subDetails.LinkChildFields = "txtActivityID"
Forms![Fmast_ContactTabs].Form.subDetails.LinkMasterFields = "CSP_T_TeamActivityLog.ID"
Any idea what's causing this?
This is the code in the click event.
Me.txtActivityID = Forms![Fmast_ContactTabs].Form.CSP_T_TeamActivityLog_ID
Forms![Fmast_ContactTabs].Form.subDetails.LinkChildFields = "txtActivityID"
Forms![Fmast_ContactTabs].Form.subDetails.LinkMasterFields = "CSP_T_TeamActivityLog.ID"
Any idea what's causing this?