I have to grab data out of a DB and email it to someone, but only if the ID's of the records are between 250 and 300 (so I will end up sending 50 emails).
I have written the email script using cdosys but this will send only one email, how do I get it to check through DB then send seperate emails for those of certain ID values?
I have written the email script using cdosys but this will send only one email, how do I get it to check through DB then send seperate emails for those of certain ID values?