My boss wants to be able to highlight several e-mails from our vendors database in access and e-mail all of the highlighted e-mails at once by clicking a botton. Is this possible?
What email program do you use? Outlook? You can probably do it but you will have to deal with the Microsoft security prompt which appears whenever you programatically send an email. -- Dorian "Give someone a fish and they eat for a day; teach someone to fish and they eat for a lifetime".
"abbey459" wrote: > My boss wants to be able to highlight several e-mails from our vendors > database in access and e-mail all of the highlighted e-mails at once by > clicking a botton. Is this possible?
Download sample database EmalSenate2K (PLEASE do not send eMail from this databse to the eMails shown. This is for demonstration purposes only!): http://www.datastrat.com/DataStrat2.html
-- Gina Whipp
"I feel I have been denied critical, need to know, information!" - Tremors II
> My boss wants to be able to highlight several e-mails from our vendors > database in access and e-mail all of the highlighted e-mails at once by > clicking a botton. Is this possible?
abbey459 <abbey...@discussions.microsoft.com> wrote: >My boss wants to be able to highlight several e-mails from our vendors >database in access and e-mail all of the highlighted e-mails at once by >clicking a botton. Is this possible?
You will need to use VBA code to run through a recordset based on a query of those email address
>>My boss wants to be able to highlight several e-mails from our vendors >>database in access and e-mail all of the highlighted e-mails at once by >>clicking a botton. Is this possible?
> You will need to use VBA code to run through a recordset based on a > query of those email address