Using a macro to create an e-mail

E

Ejnar Sørensen

Someone at work has asked if it would be possible to create a comments button in a database. This would basically mean that when someone clicks on the button it would open a new message with the relevant e-mail address already in the command line
Is it possible to do this using macros? Or is there another way of doing this that isn't too complicated

thanks

Ejnar Sørensen
 
J

Jim/Chris

Yes you can use the SendObject command with the email to address comin
from the form

ex:
In the To argument of the SendObject, put the equivalent of...
=[Forms]![NameOfYourForm]![NameOfEmailAddressControl]

Good Luc
 

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