Hey guys,
Here is my dilemma, I have a table in Access with data, here is an example:
Jim, Lab
Jim, Golden Retriever
Sallie, Poodle
Bob, German Shepard
Bob, Lab
Bob, Terrier
I also have their email information contained another table. What I need to do is send each person an email from outlook containing a message (the message will be the same in every email) and a table with the dog type. For example, the email would look something like this.
To: Bob
Subject: Dogs
I really love your dogs!
<table>
German Shepard
Lab
Terrier
</table>
Best,
Steve
Sorry for the crude example. I need to go down the list and automatically send an email for every person. This amounts to about 300 emails. Question is can this be done using existing features or will I need to do a little VBA scripting. I have not done any VBA in a long time so I was hoping I could avoid it. If I can't can someone give me some pointers on where to start. I've only worked on VBA in Access and never cross program.
Thanks in advance for any help.
Here is my dilemma, I have a table in Access with data, here is an example:
Jim, Lab
Jim, Golden Retriever
Sallie, Poodle
Bob, German Shepard
Bob, Lab
Bob, Terrier
I also have their email information contained another table. What I need to do is send each person an email from outlook containing a message (the message will be the same in every email) and a table with the dog type. For example, the email would look something like this.
To: Bob
Subject: Dogs
I really love your dogs!
<table>
German Shepard
Lab
Terrier
</table>
Best,
Steve
Sorry for the crude example. I need to go down the list and automatically send an email for every person. This amounts to about 300 emails. Question is can this be done using existing features or will I need to do a little VBA scripting. I have not done any VBA in a long time so I was hoping I could avoid it. If I can't can someone give me some pointers on where to start. I've only worked on VBA in Access and never cross program.
Thanks in advance for any help.