View Full Version : E-Mail a Single Record with a cmd button.


daninter
02-04-2001, 04:54 AM
I'm trying to Send an E-mail. but all records are sent together. How can I send a single record?
This is the procedure for the cmdbutton.

Private Sub cmdEmailPaco_Click()
DoCmd.SendObject Objecttype:=acSendForm, _
OutputFormat:=acFormatHTML, _
To:="Oper3 (Operaciones EDP)", _
Subject:="Message"
End Sub

daninter
02-04-2001, 08:52 AM
If you don't understand what I'm trying to explain. Pardon me is that Spanish is my 1st Language, Portuguese is my 2nd and right know I'm learning English

Talismanic
02-04-2001, 09:37 AM
daninter, Check this thread:

Topic: ok....how about emaililing someone based on field contents? =] (http://www.access-programmers.co.uk/ubb/Forum7/HTML/001018.html)

Is that what you are after?