mail multiple recipients (1 Viewer)

Gismo

Registered User.
Local time
Today, 06:49
Joined
Jun 12, 2017
Messages
1,298
Hi All,

I am using EMailDatabeseObject in a on click event macro
I need to mail to multiple recipients based on a query

I tried to use builder to link the query to the recipient "To" line but that apparently does not work that way :)

1596519999012.png


1596519973064.png
 

Attachments

  • 1596519897937.png
    1596519897937.png
    6.7 KB · Views: 95
  • 1596519920934.png
    1596519920934.png
    8 KB · Views: 86

arnelgp

..forever waiting... waiting for jellybean!
Local time
Today, 11:49
Joined
May 7, 2009
Messages
19,231
you can use the VBA equivalent:

docmd.SendObject
 

Gismo

Registered User.
Local time
Today, 06:49
Joined
Jun 12, 2017
Messages
1,298
you can use the VBA equivalent:

docmd.SendObject
I have no idea how to use the sendobject to include multiple recipients, attach a report and a customized message linked to multiple tables
i managed to get it working with a emaildatabaseobject macro
 

Uncle Gizmo

Nifty Access Guy
Staff member
Local time
Today, 04:49
Joined
Jul 9, 2003
Messages
16,271
If you are emailing a dynamic report, a report with changing data, data which changes for each recipient, then take a look at my blog here:-


At the bottom of the blog page is a set of extra, useful links. One of them is to Gina Whipps website where she demonstrates how to email the created reports. But you have to create the reports in the first place, hence the above code.
 

Gismo

Registered User.
Local time
Today, 06:49
Joined
Jun 12, 2017
Messages
1,298
If you are emailing a dynamic report, a report with changing data, data which changes for each recipient, then take a look at my blog here:-


At the bottom of the blog page is a set of extra, useful links. One of them is to Gina Whipps website where she demonstrates how to email the created reports. But you have to create the reports in the first place, hence the above code.
unfortunately the page can not be found
 

Uncle Gizmo

Nifty Access Guy
Staff member
Local time
Today, 04:49
Joined
Jul 9, 2003
Messages
16,271
unfortunately the page can not be found

Strange? It works for me in incognito mode...

I've recently added a plug-in that blocks some IP addresses, I wonder if it's misbehaving?
 

Users who are viewing this thread

Top Bottom