Hi,
What I am trying to do is selecting single values from a combo box, then when you click an "Add" button, it writes that value to a Single Text field within a form. However, I need it to add other values after the first and not overwrite it within the Text Box.
For example.
If my combo box has values A, B, C
When selecting A then Add, Then selecting B then Add, Then Selecting C then Add, the Text Box Reads
ABC
Hope I have explained in enough detail.
What I am trying to do is selecting single values from a combo box, then when you click an "Add" button, it writes that value to a Single Text field within a form. However, I need it to add other values after the first and not overwrite it within the Text Box.
For example.
If my combo box has values A, B, C
When selecting A then Add, Then selecting B then Add, Then Selecting C then Add, the Text Box Reads
ABC
Hope I have explained in enough detail.