R
rhare
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.
..
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.
..