Mailto on a form

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
 
R

Rick B

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
 
P

Paulo Ferreira

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top