Hello,
Please tell me how to add a string item to a text box, returned from another form that has a list box?
I have two forms.
on the first form I have a button which calls another form that has a List Box.
When I select the value from the list box and click on the apply button then the value should be passed to the first form that will also have a text box.
The text box should contain the value of list box.
Please help me in this.