Using a macro to create an e-mail

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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
 
Back
Top