I have a main form called checkpoint and a subform called network_object.
On the subform is an text box called SourceName.
Here is my code
Forms!CheckPoint!network_object!Me.SourceName = "test"
'Forms!MyMainFormName!MySubformName!MyControl
Only thing is - it never updates the subform.
And idea??
On the subform is an text box called SourceName.
Here is my code
Forms!CheckPoint!network_object!Me.SourceName = "test"
'Forms!MyMainFormName!MySubformName!MyControl
Only thing is - it never updates the subform.
And idea??