Email completed form

  • Thread starter Thread starter rhare
  • Start date Start date
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.
..
 
i can't read my e-mail. i only see the message subject. i have tried the following that others have suggested on this site. tools-options-security-uncheck do not allow attatchments. tools-options-read-fonts-change default encoding. in i/e -delete temporary internet files & including all offline. when i tried the .. start-run-and type in regsvr32inetcomm.dll , i was informed that it is not on my computer. i went to the support site and can't seem to get away from the 35 dollar fee for questions. i have a hp computer and use outlook express 6 for my e-mail. any help would be appreciated thanks
 
Back
Top