Take textbox value to other form

B

Boss

Hi,

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

any ideas...

Thanks!
Boss
 
P

Piet Linden

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
 
Top