R rgtravel New member Local time Yesterday, 23:09 Joined Nov 22, 2004 Messages 4 Sep 2, 2005 #1 Trying to make up a macro to email multiple reports in one email, however when I run it, an email opens for each report individually, in this case 5 separate emails. Any way to do this?
Trying to make up a macro to email multiple reports in one email, however when I run it, an email opens for each report individually, in this case 5 separate emails. Any way to do this?
R richary Registered User. Local time Today, 04:09 Joined May 26, 2004 Messages 167 Sep 2, 2005 #2 Use http://www.access-programmers.co.uk/forums/showthread.php?t=77377&highlight=report+attachement as a basis. You would need to save the report as RTF (or whatever) to disk, then code based on the above.
Use http://www.access-programmers.co.uk/forums/showthread.php?t=77377&highlight=report+attachement as a basis. You would need to save the report as RTF (or whatever) to disk, then code based on the above.