C
Chi
Hi,
The DoCmd.SendObject below works fine. Would you please show me how I can
add another email address to it. Ex: (e-mail address removed).
Private Sub EmailRequest_Click()
DoCmd.SendObject _
, _
, _
, _
"(e-mail address removed)", _
, _
, _
"Secretary Request No. ", _
"If you could take a look at this, deeply appreciate it! THX!" &
vbCrLf & " ", _
True
DoCmd.Close
End Sub
The DoCmd.SendObject below works fine. Would you please show me how I can
add another email address to it. Ex: (e-mail address removed).
Private Sub EmailRequest_Click()
DoCmd.SendObject _
, _
, _
, _
"(e-mail address removed)", _
, _
, _
"Secretary Request No. ", _
"If you could take a look at this, deeply appreciate it! THX!" &
vbCrLf & " ", _
True
DoCmd.Close
End Sub