R
Ruth
Hi there
I had help to create a button on a form that opens Outlook on click. The
code used is:
Private Sub Command244_Click()
On Error GoTo EH
DoCmd.SendObject
EH:
If Err.Number = 2501 Then
MsgBox "This email message has not been sent. Message has been cancelled."
End If
End Sub
I want the subject line to automatically say "Morning Report" is there
coding that I can add to do this?
I had help to create a button on a form that opens Outlook on click. The
code used is:
Private Sub Command244_Click()
On Error GoTo EH
DoCmd.SendObject
EH:
If Err.Number = 2501 Then
MsgBox "This email message has not been sent. Message has been cancelled."
End If
End Sub
I want the subject line to automatically say "Morning Report" is there
coding that I can add to do this?