Question : Click on an item in a list box and have that value populate a text field

I have a form which contains a list box named "lstSerialNumbers".  When an item in this listbox is clicked on once I want that value to populate into a text box named "txtRemarks".  But if the user clicks on another item in the list box I want that items value to be added to the txtRemarks field.  But I need the items in the txtRemarks field to be separated by a comma - space.  For example...  123, 345, 742.

The items in the listbox are text values as is the field, "txtRemarks".

How can I make this happen?

Answer : Click on an item in a list box and have that value populate a text field

Random Solutions  
 
programming4us programming4us