D
DaveB
I received this error message.
Run-time error '2465'
Microsoft Access can't find the field 'BOX_Name' referred
to in your expression.
I have a form with two subforms, and in the subforms I
have the same field called 'BOX_NAME'. When I enter
information on the first subform, I it to automatically go
into the second subform.
The code below is not working...TIA for your help.
Private Sub BOX_NAME_AfterUpdate()
Me.Parent!CONTENTS_TABLE_subform.Form!BOX_NAME = Me!
BOX_NAME
End Sub
Run-time error '2465'
Microsoft Access can't find the field 'BOX_Name' referred
to in your expression.
I have a form with two subforms, and in the subforms I
have the same field called 'BOX_NAME'. When I enter
information on the first subform, I it to automatically go
into the second subform.
The code below is not working...TIA for your help.
Private Sub BOX_NAME_AfterUpdate()
Me.Parent!CONTENTS_TABLE_subform.Form!BOX_NAME = Me!
BOX_NAME
End Sub