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
 

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

Similar Threads

DLookup in Continuous form 0
macro help needed 2
Setting Label Caption 6
pull the higher of the two values 2
"Linking" an arrow to textbox 1
Save on Second form 4
Test if form is open 2
form referencing 1

Top