C
chrislfc11
Ok so I have a form with information displayed in it from one of my tables in
the DB.
If I have two empty text boxes and I want to enter data in one textbox and
have it display in the other textbox on the same form.
Textbox 1 is called "test" and textbox 2 is called "test1".
So if I enter (hello) in "test" I want "test1" to also display (hello).
How do I do this???
Also lets say I have multiple textboxes and I enter information in one
textbox "test" how do I get the info to display in the other textboxes
"test1" "test2" "test3" etc...
Thanks
the DB.
If I have two empty text boxes and I want to enter data in one textbox and
have it display in the other textbox on the same form.
Textbox 1 is called "test" and textbox 2 is called "test1".
So if I enter (hello) in "test" I want "test1" to also display (hello).
How do I do this???
Also lets say I have multiple textboxes and I enter information in one
textbox "test" how do I get the info to display in the other textboxes
"test1" "test2" "test3" etc...
Thanks