Hi!
I have Form1 with two subforms in. They are both on subform1 level (not nested).
From one of the subforms i can ask the parentform for a value in a textbox on parentform: Me.Parent!Controlname.Value
But:
How can i succeed updating a subforms textbox (called "textbox1"), when being on main (parent) form?
I have tried with this syntax: Me!Subform1.Form.textbox1.Value = "test"
Neither does: Me!Subform2.Form.textbox1.Value = "test" work..
Thanks for your help
I've spent hours with this one..
I have Form1 with two subforms in. They are both on subform1 level (not nested).
From one of the subforms i can ask the parentform for a value in a textbox on parentform: Me.Parent!Controlname.Value
But:
How can i succeed updating a subforms textbox (called "textbox1"), when being on main (parent) form?
I have tried with this syntax: Me!Subform1.Form.textbox1.Value = "test"
Neither does: Me!Subform2.Form.textbox1.Value = "test" work..
Thanks for your help