Email completed form

R

Rick Hare

Developing a database to track problems. I want a button
programmed to send a completed form to several addressees
to let them know what has been entered. I've set up the
command as:

DoCmd.SendObject acSendForm, "ComplianceForm",
acformatRTF, "to", "cc", , "Compliance Form", "New!", True

Where "to" and "cc" are email addresses. I'm getting an
error that it can't find "ComplianceForm" (which is the
name of the form) At one point, I tinkered with the name
and found a combo that seemed to work, but it emailed the
entire database instead of one record.

Any ideas, shortcuts, help... would be greatly appreciated.
 

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