E-Mail a Single Record with a cmd button. (1 Viewer)

daninter

New member
Local time
Today, 10:18
Joined
May 24, 2000
Messages
9
Can you give me a sample code? or modified my procedure. I'm new in ACCESS.

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
 

MarionD

Registered User.
Local time
Today, 10:18
Joined
Oct 10, 2000
Messages
421
Hi there,
Peter de Baerts answered this question for me on 02-01-2001 under General - Have a look there.

Marion D
Germany
 

Users who are viewing this thread

Top Bottom