Hi All,
I've got a theoretical problem I'm hoping you can help with.
see the image below. It's one of my forms. The form basically holds info concerning the products (and customers they belong to) that are coming in on each shipment.
I want to be able to send an email to all these customers. I've already worked out how to do that.
Now, I want to send an email only to specific customers. I'll do this by selecting one of those check boxes on the far right hand side and then pressing the email all button.
I can't work out how this is going to work in VBA?
What I really need to understand is, how can I get VBA to record all the email addresses for the records where the boxes have been checked? Once I've worked that out, I can work out all the rest by myself.
FYI - I've successfully managed to get it to work out a single email address. To do this I simply press the button beside the checkboxes which initial some VBA code which notes the Invoice Number, and then pulls up the email address associated with that invoice.
I hope this makes sense to you all. Let me know if you need any info.
I've got a theoretical problem I'm hoping you can help with.
see the image below. It's one of my forms. The form basically holds info concerning the products (and customers they belong to) that are coming in on each shipment.
I want to be able to send an email to all these customers. I've already worked out how to do that.
Now, I want to send an email only to specific customers. I'll do this by selecting one of those check boxes on the far right hand side and then pressing the email all button.
I can't work out how this is going to work in VBA?
What I really need to understand is, how can I get VBA to record all the email addresses for the records where the boxes have been checked? Once I've worked that out, I can work out all the rest by myself.
FYI - I've successfully managed to get it to work out a single email address. To do this I simply press the button beside the checkboxes which initial some VBA code which notes the Invoice Number, and then pulls up the email address associated with that invoice.
I hope this makes sense to you all. Let me know if you need any info.