Hi,
Hope you guys can help here. I have learnt a lot from this forum in the past.
I would class myself as a VBA beginner. I am starting to learn the basics but most of my code is harvested from souces on the internet and then modified if necessary!
I have a database that holds customer email addresses in a table (tblCustomer). Currently I have a form (FrmSendEmail) based on a query (qrySendEmail) that shows a list of all customers that have an email address.
The form simply has 3 fields. Customer | CustomerEmail | SendEmail.
The Send Email field is a checkbox.
What I would like is to select (on the form) all the customers I want, click a button and an outlook new mail message will appear with all the names I selected (from the query) inserted into the BCC field. I can then add a message etc and other appropriate information and send the message manually.
All the examples I have found on the internet cycle through a recordset and send emails (customised or not) to individual recipients. I cant find an example where all the email addresses from the recordset are added to the email.
I can provide a sample database if necessary
Thanks a lot
Dave
Hope you guys can help here. I have learnt a lot from this forum in the past.
I would class myself as a VBA beginner. I am starting to learn the basics but most of my code is harvested from souces on the internet and then modified if necessary!
I have a database that holds customer email addresses in a table (tblCustomer). Currently I have a form (FrmSendEmail) based on a query (qrySendEmail) that shows a list of all customers that have an email address.
The form simply has 3 fields. Customer | CustomerEmail | SendEmail.
The Send Email field is a checkbox.
What I would like is to select (on the form) all the customers I want, click a button and an outlook new mail message will appear with all the names I selected (from the query) inserted into the BCC field. I can then add a message etc and other appropriate information and send the message manually.
All the examples I have found on the internet cycle through a recordset and send emails (customised or not) to individual recipients. I cant find an example where all the email addresses from the recordset are added to the email.
I can provide a sample database if necessary
Thanks a lot
Dave