email doc

B

bob engler

I have an insurance application doc I want to put
an Email button on the bottom that sends the
completed application to the agent's email address.
I have put the button in but can't figue out how to do
the sub routine. Also, how do I make the button not
print when printing out the doc? Any help?

Thanks....
 
C

Chuck Henrich

Check out the SendMail method in VBE help.

If you set up your application as a template you could use a menu item or
toolbar button instead of an inline form button. Would that be appropriate?

HTH
 
Top