Dears,
Just to be straighforward here, I'm having a list of items in ComboBox Field. My query is : I want Each time I select one item from that list it will append one line in Mulitiline field with substring of that line. , Let's say the code will append "n Characters" string in the Multiline field on top of existing text.
Example :
INPUT ( From ComboBox):
List = [
(01). Item1
(02). Item2
(03). Item3
....
OUTPUT (To Multiline ):, in case I select 2 items from the list I should end up with the following :
(01).
(02).
Thanks.