Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Sending an email from a form

Status
Not open for further replies.

motoguy

Technical User
Sep 9, 2002
6
US
Hello,
I am trying to set up an email link that will let database users send me their questions or comments. I have used the "sendobject" macro but it only works when an object (report or table) is sent. When the object type and name are blank the MS outlook screen comes up but when the message is written and you go to click on send the cursor disappears and you have to escape out. The message gets sent but... What am I doing wrong?
 
This is the syntax I use:

DoCmd.SendObject acSendNoObject, , , strTo, , , strSubject, strMessage, False

I believe you problem is the 1st argument (acSendNoObject)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top