J
John
Hi
I am trying to access the value of a textbox in its 'on change' event as
follows;
msgbox Me.Company.Text
But I am getting the error 'You can't reference a property or method for a
control unless the control has the focus.'.
How can I get the current text in the textbox as the user types each
character?
Thanks
Regards
I am trying to access the value of a textbox in its 'on change' event as
follows;
msgbox Me.Company.Text
But I am getting the error 'You can't reference a property or method for a
control unless the control has the focus.'.
How can I get the current text in the textbox as the user types each
character?
Thanks
Regards