Sending Form in Email

Access_Help

Registered User.
Local time
Today, 06:46
Joined
Feb 12, 2005
Messages
136
I have some graphs on a form, I found it easier to manipulate the graphs on a form than on a report.

I want ALL the graphs on the form to be inserted into the body of the mail.

Any pre-written VBA written to achieve this would be greatly appreciated.
 
Last edited:
AFAIK you can't. You could try saving the charts as images and inserting those (or attaching as files). Or you could use code to take a screenshot of your form and do as above.

However it would be easier to use a report with the charts as you could save as a PDF and attach to email.

Unable to supply code as I only have Internet on my phone at the moment.
 

Users who are viewing this thread

Back
Top Bottom