Any ideas why this simple little procedure causes a run-time error 2465, Application-defined or object-defined error?
I changed the name of the text box twice and recompiled.
Private Sub txECN_NUMBER_Click()
[Forms]![fNP_201a_LIST].txECN_NUMBER = Me.txECN_NUMBER
End Sub
Thanks !!
I changed the name of the text box twice and recompiled.
Private Sub txECN_NUMBER_Click()
[Forms]![fNP_201a_LIST].txECN_NUMBER = Me.txECN_NUMBER
End Sub
Thanks !!