Adding VOTE buttons to an email object

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!
 
R

Rick B

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.
 
G

Guest

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.
 

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