Take textbox value to other form

  • Thread starter Thread starter Boss
  • Start date Start date
B

Boss

Hi,

how can i take the textbox (text0) form1 value into form2 textbox (text1).

any ideas...

Thanks!
Boss
 
Hi,

how can i take the textbox (text0) form1 value into form2 textbox (text1)..

any ideas...

Thanks!
Boss

Set the value in Form2.

text1.ControlSource=forms!Form1!Text0
 

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

Back
Top