G
Guest
Hello and thanks for your attention...
Having a bugger of a time with this, I want to be able to update a field on
the main form with the selection I made with the subform.
I have tried this code...
Private Sub Combo10_AfterUpdate()
Me.AssetMainForm.AssetStatus = Me.Combo10.Column(5)
End Sub
but it does not know where AssetStatus is, what I think it is, is a text box
bound to the source field called AssetStatus.
again thanks
Having a bugger of a time with this, I want to be able to update a field on
the main form with the selection I made with the subform.
I have tried this code...
Private Sub Combo10_AfterUpdate()
Me.AssetMainForm.AssetStatus = Me.Combo10.Column(5)
End Sub
but it does not know where AssetStatus is, what I think it is, is a text box
bound to the source field called AssetStatus.
again thanks