Hi all - really struggling here.
I have a multiline input box for collecting a list that is to be used to populate a combobox. I am trying to read the contents of the input box into a table and from there into a database, with each entry in the input box going into a different field. However I do it, I am only getting the input box return as a string, with boxes where the newline character sits. Do I need some complicated loop to look for the newline character and break the input apart like this? I could do it using 20 input boxes, but I would like something more elegant and less time consuming...

