I am trying to access a FormA.subform from FormB. The tricky part is, that I don't know what FormA is. I do know what subform is named though. and I do know that FormB pops up from FormA.
I am trying to use something like Screen.PreviousControl.Application.Screen.ActiveForm.myTextBox to get the value of the text box.
This doesn't work. I think I am on the right track? I hope there is a better way to do this.
Thanks!
J
I am trying to use something like Screen.PreviousControl.Application.Screen.ActiveForm.myTextBox to get the value of the text box.
This doesn't work. I think I am on the right track? I hope there is a better way to do this.
Thanks!
J