Strings and Textboxes

M

Mark

Ok,

I am sure this is an easy question but I am stuck.

I have a variable that is given a value (poplated??) by
an input box. I now would like to insert this string
value into a bound textbox. how do I go about doing it

thanks
Mark
 
R

Rick B

In code (maybe on the After Update event for the input box?) put something
like...

Me.SomeBoundTextBox = SomeVariableName


Rick B


Ok,

I am sure this is an easy question but I am stuck.

I have a variable that is given a value (poplated??) by
an input box. I now would like to insert this string
value into a bound textbox. how do I go about doing it

thanks
Mark
 

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