Form...Text box

T

teelee

I am trying to see if I can do this....I have one text box in my form that
has a number that I will enter myself and I want another text box on this
same form but in another place to be populated after I fill in the number
from the first text box. Can this be done and if so, how do I do it?


Thanks
 
T

teelee

Can you tell me how this is done? Where do i set the control source? Is it
set in the 2nd text box or first. How do i write this?

Duane Hookom said:
You can set the control source of "another text box" to:
=[one text box]

--
Duane Hookom
MS Access MVP

teelee said:
I am trying to see if I can do this....I have one text box in my form that
has a number that I will enter myself and I want another text box on this
same form but in another place to be populated after I fill in the number
from the first text box. Can this be done and if so, how do I do it?


Thanks
 
D

Duane Hookom

Every text box has a control source property. Find the 2nd text box and set
its control source to:
=[name of the first text box]


--
Duane Hookom
MS Access MVP

teelee said:
Can you tell me how this is done? Where do i set the control source? Is it
set in the 2nd text box or first. How do i write this?

Duane Hookom said:
You can set the control source of "another text box" to:
=[one text box]

--
Duane Hookom
MS Access MVP

teelee said:
I am trying to see if I can do this....I have one text box in my form
that
has a number that I will enter myself and I want another text box on
this
same form but in another place to be populated after I fill in the
number
from the first text box. Can this be done and if so, how do I do it?


Thanks
 
Top