Adding VOTE buttons to an email object

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

Guest

In one of my forms, I issue a DoCmd.SendObject in order to send emails to
people through MS Exchange. However, I really need to add voting buttons to
the email. I can't figure how to do this programmatically from within VBA.
What procedure/methodology do I need to use?

Thanks!
 
What would the buttons do? You can't have them communicate back to your
Access database, if that is what you are trying to do.
 
No. What I want to do is ask a question, such as:

According to our records, the Asset Tag on your PC is 1234567. Please verify
this information and click the appropriate button above

The buttons would be labelled YES/NO. The response email would be dispatched
to our tech group to update the data manually.
 
Back
Top