Hello,
I created a form called frmPubsMainTable and a subform called frmJOINPubsMainJournalAuthorsubform. I would like the field in the main
form "FirstAuthorID" when update with data to auto-fill the"AuthorID" in the subform. <o></o>
This is my code but I keep getting this error: Compile error: Method or data member not found<o></o>
Private Sub
FirstAuthorID_AfterUpdate()
Me.frmJOINPubsMainJournalAuthorsubform.AuthorID = Me.FirstAuthorID
End Sub<o></o>
Thanks
I created a form called frmPubsMainTable and a subform called frmJOINPubsMainJournalAuthorsubform. I would like the field in the main
form "FirstAuthorID" when update with data to auto-fill the"AuthorID" in the subform. <o></o>
This is my code but I keep getting this error: Compile error: Method or data member not found<o></o>
Private Sub
FirstAuthorID_AfterUpdate()
Me.frmJOINPubsMainJournalAuthorsubform.AuthorID = Me.FirstAuthorID
End Sub<o></o>
Thanks