Copy Unbound Text Box

naungsai

Abecedarian
Local time
Tomorrow, 05:49
Joined
Sep 8, 2008
Messages
123
Dear Friends

I have a form with 4 Unbound Text box.
After entering a value in the first Unbound Text box, I want the rest 3 unbound text box to copy the same value from the first unbound text box.

Thanks in advanced.
Sai:)
 
In the ControlSource of the first textbox, put =[TextBoxName] where TextBoxName is, of course, the name of the first textbox.

EDIT: Also, if you're trying to store the contents of those other three textboxes into a table, then your database table design needs some work.
 
Last edited:

Users who are viewing this thread

Back
Top Bottom