Textbox problem

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,
I have a form witha text box that is not to be connected to a database
field. Instead, it is activated by the click of a command button. In my
code, I have the statement..

Form_form1.text0.text = MyStringValue

Unfortunately, there is no ".text" property in the text0 box. How can I
change the text value of the textbox in this situation?

thanks

Keith
 
Back
Top