Hi,
I am not sure how to do this or if it is possible but I have a search box that a user can search for a name and then click an add button. It then adds the result to the box and if they search for another name and click on add it adds the result below the first result. So there could be 10 lines in the textbox (10 Results) added. I would than like to for each line(result) execute my insert statement on each one. Is this possible? Would I do some sort of "For Each" logic? For each record in the textbox execute this insert statement?