MtProgrammer
Programmer
Does anyone know how to create multiple .csv files from a table containing the list of names? I have a DTS package that imports a flat file containing accounts and their email addresses, and would like to then export each of these rows into their own .csv file for emailing out. I'm not sure how to set up a looping routine that will create a new file name & store the related data correctly. Any comments or ideas would be helpful.