Hi,
I need to create a mass email list to send to clients who have become inactive within my database. What code can I write in VB to do this. The approach I want to use is loop through the database using a do while loop and add peoples names to the "To" part of the email until the amount of names equals 100, then I want to send the email, reset the counter and do it again up until the count equals 100 and so on until it has completely went through all the people in my table. I have the database connection established and the mailer working, I just need to add the people to the To field and I cant seem to get it to work, any ideas?
Thanks!
RSchultz
**Access 2000**
I need to create a mass email list to send to clients who have become inactive within my database. What code can I write in VB to do this. The approach I want to use is loop through the database using a do while loop and add peoples names to the "To" part of the email until the amount of names equals 100, then I want to send the email, reset the counter and do it again up until the count equals 100 and so on until it has completely went through all the people in my table. I have the database connection established and the mailer working, I just need to add the people to the To field and I cant seem to get it to work, any ideas?
Thanks!
RSchultz
**Access 2000**