Making 2 similar fileds in form mirrir of each other.

J

JAtz_DA_WAY

Is there a way to make two fields in form (may be option buttons or text
box fields) to be mirror of each other without doing any coding.

For eg:

There are text boxes: T1 & T2
Both of them are empty initially.
Now I change the value of T1 to "Jatz". Then T2 should get updated to
"Jatz".

No I add "kals" to T2 so that the value of T2 becomes "Jatz Kals". Now
at this point the value of T1 should also become "Jatz Kals"

I am looking for an easier way so that T1 & T2 should always have the
same value without doing any coding.

Thanks in Advance.

Regards,

Jatz Kals
 
D

Dave Peterson

These are two textboxes on a userform?

If yes, then assign the same cell to the .controlsource for each textbox.
 
J

JAtz_DA_WAY

Thanks Dave for replying so fast.

BUT, i am sorry .... its not a userform..

I am using these contols in the Word file. The text box & all other
controls do not have .controlsource feature.

thanks in advance

Regards,

Jatz
 

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

Top