i used the the following code to send Email
i need to add cc and body of message from another record
Code:
Private Sub Command88_Click()
Dim stWhere As String '-- Criteria for DLookup
Dim varTo As Variant '-- Address for SendObject
Dim stText As String '-- E-mail text
Dim RecDate As Variant '-- Rec date for e-mail text
Dim stSubject As String
Leave a comment: