I am having problems pasting text into a textbox.
I have a code which is entered into a text box and when a command button is pressed it pastes the text into the text box. Which is easy. BUT, I want it the paste the text in, then when another code is entered and command button pressed the text pastes in to the same text box as the first! i.e.
-------------
|John Jones.|
-------------
-------------------------
|John Jones. Jenny Jones|
-------------------------
I have a code which is entered into a text box and when a command button is pressed it pastes the text into the text box. Which is easy. BUT, I want it the paste the text in, then when another code is entered and command button pressed the text pastes in to the same text box as the first! i.e.
-------------
|John Jones.|
-------------
-------------------------
|John Jones. Jenny Jones|
-------------------------