Ben, I agree with email addresses living in own table. run a select statement to get them to an array then use something like toString() to move them into string that can be used to populate email receipient field.NOTE: Please, please, please NEVER a...
kuovonne, an email field is not a text field. It is whatever you want it to be. Use toString() to group the emails together once you have passed them to an array.kkubik7