I've read through several posts on this topic but none seemed to answer my question exactly. I'm new to Access and need "exact"
I want to (from a command button) start an e-mail to all the e-mail addresses in a query.
For example, I have a query named newStudents which selects all students that will start next term. I want my users to be able to click on a "Send E-mail to New Students" command button and have a message pop up in Outlook with all of the students e-mails in the bcc address list. Other than the addresses correctly populated I just want to specify a subject and then leave the rest (body, whether they actually send it, etc.) up to the user.
Other information you may need:
My email address field is named emailAddress.
I use the newStudents query as a record source for a form named newStudents on which I want to place this button.
I am doing this successfully with one e-mail address, i.e. sending an e-mail from A student's record but no luck so far with sending to a group.
Any help is appreciated, Thanks!
I want to (from a command button) start an e-mail to all the e-mail addresses in a query.
For example, I have a query named newStudents which selects all students that will start next term. I want my users to be able to click on a "Send E-mail to New Students" command button and have a message pop up in Outlook with all of the students e-mails in the bcc address list. Other than the addresses correctly populated I just want to specify a subject and then leave the rest (body, whether they actually send it, etc.) up to the user.
Other information you may need:
My email address field is named emailAddress.
I use the newStudents query as a record source for a form named newStudents on which I want to place this button.
I am doing this successfully with one e-mail address, i.e. sending an e-mail from A student's record but no luck so far with sending to a group.
Any help is appreciated, Thanks!