Mailto on a form

  • Thread starter Thread starter Paulo Ferreira
  • Start date Start date
P

Paulo Ferreira

Hello

I'm using a botton on a form to send an e-mail to someone. The code line
that I'm using in "hyperlink address" is mailto:[email protected]
?body=teste&subject=teste".
What I would like to know is how to use e-mail address from one or more
fields that are on that form?
Thanks.

Paulo Ferreira
 
You need to use the docmd.SendObject command in the vba code tied to
a buton or clickable field. Check the help file for more details on the
format of "SendObject".

Rick B
 
Thanks.


Rick B said:
You need to use the docmd.SendObject command in the vba code tied
to
a buton or clickable field. Check the help file for more details on the
format of "SendObject".

Rick B
 
Back
Top