I don't know that you can. You would have to have a multiple selection parameter, and I'm pretty sure that those come bound tables.
what might be simpler is to have the user enter all the information as a comma delimited string, and then in the record selection split the string into an array and proceed from there.
HTH