Quote Originally Posted by PaulTilley View Post
Put the following in your command buttons click event:

Code:
me.text1.text = "the information to display"
Ah great thank you. However it only allows me to have one thing in the textbox at a time, I need a list of all the items I click to stay in the text box if that can be done?