I've been search for some help with this because I know someone has done it before.
I'm trying to have a textbox and insert into a table one entry from each line of the textbox.
So if the textbox contained:
This info
That info
It would insert into the table
|1|This info|
|2|That info|