P
Paul
I need to automatically/immediately copy a value on my form entered into a
text box to another text box on the same form. The value should copy over
every time the original value changes. The text boxes are both short date
values.
Example:
Text_Box_A changes FROM null TO 1/10/08, then Text_Box_B changes FROM null
TO 1/10/08
If Text_Box_A changes FROM 1/10/08 TO 1/17/08, then Text_Box_B changes FROM
1/10/08 TO 1/17/08
and so on....
Thoughts? I've tried using an AfterUpdate macro using 'SetValue' of
Text_Box_B equal to Text_Box_A but that is not working - no matter what I
type in Text_Box_A, nothing is every being populated in Text_Box_B.
Thanks!
text box to another text box on the same form. The value should copy over
every time the original value changes. The text boxes are both short date
values.
Example:
Text_Box_A changes FROM null TO 1/10/08, then Text_Box_B changes FROM null
TO 1/10/08
If Text_Box_A changes FROM 1/10/08 TO 1/17/08, then Text_Box_B changes FROM
1/10/08 TO 1/17/08
and so on....
Thoughts? I've tried using an AfterUpdate macro using 'SetValue' of
Text_Box_B equal to Text_Box_A but that is not working - no matter what I
type in Text_Box_A, nothing is every being populated in Text_Box_B.
Thanks!