Hello,
Please excuse me if my question already exists is this forum...
i'm not familiar with VBA (unfortunately) so i've made my entire database with macro's and queries instead of VBA-code.
But now i have a problem that cannot be solved with a macro, so i need some VBA-code that i can use.
I would like to send an e-mail to some persons (these persons' e-mailadresses are in a table that i generate with a query).
So all the persons in this tabel need to get an e-mail, this e-mailmessage needs a standard subject and a message.
And in addition i would like to have a familiar VBA-code (also for persons from a specific table), but now the message has got to be some data that depends from person to person.
For example: a specific result for Susan is 1.25 and for John the result is 2.75, so the e-mail for susan has to got a different message than the one for John...
Although that is would be ok if these different results are in a report that i can send as an attachment.
So, i did not find a code in this forum that i can use since i'm not capable of adjusting the code for my use...
I would be very happy with some code that would solve my problem and also with a little explanation on how to use this in my database! (i thought of using a button that would send the e-mails).
Thank you very much already!!!
Kind regards,
Filip
Please excuse me if my question already exists is this forum...
i'm not familiar with VBA (unfortunately) so i've made my entire database with macro's and queries instead of VBA-code.
But now i have a problem that cannot be solved with a macro, so i need some VBA-code that i can use.
I would like to send an e-mail to some persons (these persons' e-mailadresses are in a table that i generate with a query).
So all the persons in this tabel need to get an e-mail, this e-mailmessage needs a standard subject and a message.
And in addition i would like to have a familiar VBA-code (also for persons from a specific table), but now the message has got to be some data that depends from person to person.
For example: a specific result for Susan is 1.25 and for John the result is 2.75, so the e-mail for susan has to got a different message than the one for John...
Although that is would be ok if these different results are in a report that i can send as an attachment.
So, i did not find a code in this forum that i can use since i'm not capable of adjusting the code for my use...
I would be very happy with some code that would solve my problem and also with a little explanation on how to use this in my database! (i thought of using a button that would send the e-mails).
Thank you very much already!!!
Kind regards,
Filip