H
Helen
I'm sure this is blindingly obvious, but after searching
through the so-called Help, I can't see how to do it.
How do I refer to a control on a form from another
module. For example, I want to set the text property of
text box txtText on form frmForm.
I've tried:
frmForm.txtText.Text = "Data"
as in previous VB and it gives an error.
Thanks
through the so-called Help, I can't see how to do it.
How do I refer to a control on a form from another
module. For example, I want to set the text property of
text box txtText on form frmForm.
I've tried:
frmForm.txtText.Text = "Data"
as in previous VB and it gives an error.
Thanks