Textbox problem

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top